import { ContainerProps } from '../../..';
declare const _default: {
    title: string;
    component: import("@project44-manifest/react-types").ForwardRefComponent<"div", ContainerProps>;
    argTypes: {
        maxWidth: {
            control: string;
            options: string[];
        };
    };
};
export default _default;
export declare const Default: (args: ContainerProps) => JSX.Element;
export declare const MaxWidth: {
    (args: ContainerProps): JSX.Element;
    args: {
        maxWidth: string;
    };
};
export declare const Fixed: {
    (args: ContainerProps): JSX.Element;
    args: {
        fixed: boolean;
    };
};
//# sourceMappingURL=container.stories.d.ts.map