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