import { HTMLAttributes } from 'react'; type HTMLDivProps = HTMLAttributes; export declare const VirtualizedListbox: import("react").ForwardRefExoticComponent>; export {};