import React from 'react';
import { ArcherContainerProps } from './ArcherContainer.types';
declare const ArcherContainer: React.ForwardRefExoticComponent<ArcherContainerProps & React.RefAttributes<import("./ArcherContainer.types").ArcherContainerRef>>;
export default ArcherContainer;