import { default as React } from 'react'; export type HiddenContainerProps = React.ComponentPropsWithoutRef<"div">; export declare const HiddenContainer: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>;