/// declare const _default: { title: string; component: { (props: import("./GridList.js").GridListProps): JSX.Element; Item: ({ children, ...rest }: { [x: string]: any; children: any; }) => JSX.Element; }; decorators: ((Story: any) => JSX.Element)[]; }; export default _default; export declare const Template: { (args: any): JSX.Element; args: {}; };