import type { ContainerProps } from './types'; declare const Container: (props: ContainerProps) => JSX.Element; export default Container;