import React from 'react'; import { ListLayout } from 'listbox-layout'; import { ListBoxProps } from '../../types'; export declare const collectionTypes: { ITEM: string; LOADER: string; PLACEHOLDER: string; }; export declare function useListBoxLayout(state: any): ListLayout; declare const ListBox: React.ForwardRefExoticComponent>; export default ListBox;