import React from 'react';
import type { IContainerProps } from './typings/IContainer.type';
export type { IContainerProps };
/**
 * @public
 */
declare const Container: React.FC<IContainerProps>;
export default Container;
