import { GridProps } from '../../..';
declare const _default: {
    title: string;
    component: import("@project44-manifest/react-types").ForwardRefComponent<"div", GridProps>;
    argTypes: {
        gap: {
            control: string;
            options: string[];
        };
        rowGap: {
            control: string;
            options: string[];
        };
        colGap: {
            control: string;
            options: string[];
        };
    };
};
export default _default;
export declare const Default: {
    (args: GridProps): JSX.Element;
    args: {
        gap: string;
        columns: string;
        css: {
            width: string;
        };
    };
};
export declare const Rows: {
    (args: GridProps): JSX.Element;
    args: {
        css: {
            width: string;
        };
        gap: string;
        rows: string;
    };
};
export declare const Spanning: {
    (args: GridProps): JSX.Element;
    args: {
        columns: string;
        css: {
            height: string;
            width: string;
        };
        gap: string;
        rows: string;
    };
};
export declare const Position: {
    (args: GridProps): JSX.Element;
    args: {
        columns: string;
        css: {
            width: string;
        };
        gap: string;
    };
};
//# sourceMappingURL=grid.stories.d.ts.map