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