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