/** * Hook to access the listview context * @returns The listview context * @throws Error if used outside of a ListView component */ export declare function useListView(): import('./ListViewContext').ListViewContextProps;