import React from 'react'; import { ListLayout } from '@react-stately/layout'; import { ListViewProps } from '../../types/listView'; import { ExampleItemProps } from './ListView.stories'; export declare const collectionTypes: { ITEM: string; LOADER: string; PLACEHOLDER: string; }; export declare function useListLayout(state: any): ListLayout; declare const ListView: React.ForwardRefExoticComponent & React.RefAttributes>; export default ListView;