declare const _default: { title: string; component: (props: import("../../types/gridList").GridListProps) => import("react/jsx-runtime").JSX.Element; argTypes: { isReorderable: { description: string; control: { type: string; }; }; selectedKeys: { description: string; control: { disable: boolean; }; }; disabledKeys: { description: string; control: { type: string; }; }; defaultSelectedKeys: { description: string; control: { disable: boolean; }; }; onSelectionChange: { description: string; control: { disable: boolean; }; }; shouldAllowDuplicateSelectionEvents: { description: string; control: { type: string; }; }; hasAutoFocus: { description: string; control: { type: string; }; }; children: { description: string; control: { disable: boolean; }; }; collection: { description: string; control: { disable: boolean; }; }; disabledBehavior: { description: string; control: { type: string; options: string[]; }; }; shouldDisallowEmptySelection: { description: string; control: { type: string; }; }; shouldDisallowTypeAhead: { description: string; control: { type: string; }; }; escapeKeyBehavior: { description: string; control: { type: string; options: string[]; }; }; filter: { description: string; control: { disable: boolean; }; }; getKey: { description: string; control: { disable: boolean; }; }; initialFilterText: { description: string; control: { type: string; }; }; initialSelectedKeys: { description: string; control: { disable: boolean; }; }; items: { description: string; control: { disable: boolean; }; }; keyboardDelegate: { description: string; control: { disable: boolean; }; }; keyboardNavigationBehavior: { description: string; control: { type: string; options: string[]; }; }; linkBehavior: { description: string; control: { type: string; options: string[]; }; }; onAction: { description: string; control: { disable: boolean; }; }; ref: { description: string; control: { disable: boolean; }; }; selectionBehavior: { description: string; control: { type: string; options: string[]; }; }; selectionMode: { description: string; control: { type: string; options: string[]; }; }; shouldFocusWrap: { description: string; control: { type: string; }; }; shouldSelectOnPressUp: { description: string; control: { type: string; }; }; }; parameters: { docs: { source: { type: string; }; page: () => import("react/jsx-runtime").JSX.Element; }; }; }; export default _default; export declare const Default: (args: any) => import("react/jsx-runtime").JSX.Element;