export declare const listViewArgTypes: { loadingState: { description: string; control: string; options: any; }; disabledKeys: { description: string; }; defaultExpandedKeys: { description: string; }; expandedKeys: { description: string; }; onExpandedChange: { description: string; }; items: { description: string; }; id: { description: string; }; isHoverable: { description: string; }; 'aria-label': { control: { type: string; }; table: { type: { summary: string; }; category: string; }; description: string; }; 'aria-labelledby': { control: { type: string; }; table: { type: { summary: string; }; category: string; }; description: string; }; 'aria-describedby': { control: { type: string; }; table: { type: { summary: string; }; category: string; }; description: string; }; 'aria-details': { control: { type: string; }; table: { type: { summary: string; }; category: string; }; description: string; }; selectedKeys: { description: string; }; selectionMode: { description: string; }; selectionStyle: {}; onSelectionChange: { description: string; }; onLoadMore: { description: string; }; 'aria-controls': { control: { type: string; }; table: { type: { summary: string; }; category: string; }; description: string; }; 'aria-errormessage': { control: { type: string; }; table: { type: { summary: string; }; category: string; }; description: string; }; };