/**
 * @file index.tsx
 *
 * @fileoverview Display the Grid component within the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ children, gridGap, ...props }: import(".").GridProps) => JSX.Element;
    };
};
export default _default;
export declare const ThreeSlotGrid: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const FlowGrid: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const ResponsiveLayout: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const TransposedGrid: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const GridPositioning: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const DenseLayout: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
