import { ContainerOptions } from './Props';
export declare function hide(): void;
export declare const show: ContainerOptions['show'];
export declare const move: ContainerOptions['move'];
export declare const isCurrent: ContainerOptions['isCurrent'];