import { ContainerProps } from './Container.types'; import { FC } from 'react'; export declare const Container: FC;