import type { ListBoxItemProps } from '../ListBoxItem';
export declare const SelectItem: (props: SelectItemProps) => JSX.Element;
export declare type SelectItemProps = ListBoxItemProps;
//# sourceMappingURL=SelectItem.d.ts.map