/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Container: {
    ({ as, className, content, fluid, text, textAlign, children, ...containerProps }: import("./type").ContainerProps): import("react").ReactElement<{
        className: string;
    }, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default Container;
