import { Select as ListboxPrimitive } from 'radix-ui'; import { ListboxStyles } from './listbox.css'; import * as React from 'react'; declare const Listbox: React.FC; declare const ListboxGroup: React.ForwardRefExoticComponent>; declare const ListboxValue: React.ForwardRefExoticComponent>; declare const ListboxPortal: React.FC; interface ListboxTriggerProps extends React.ComponentPropsWithoutRef, ListboxStyles { } declare const ListboxTrigger: React.ForwardRefExoticComponent>; interface ListboxContentProps extends React.ComponentPropsWithoutRef, ListboxStyles { } declare const ListboxContent: React.ForwardRefExoticComponent>; declare const ListboxGroupLabel: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ListboxItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const ListboxSeparator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { Listbox, ListboxContent, ListboxGroup, ListboxGroupLabel, ListboxItem, ListboxPortal, ListboxSeparator, ListboxTrigger, ListboxValue, }; //# sourceMappingURL=listbox.d.ts.map