import React from 'react'; import { SelectOption } from './types'; export * from './types'; export declare const Select: React.ForwardRefExoticComponent, "items"> & import("./types").InputVariantsProps & { options: SelectOption[]; value: import("react-aria-components").Key | null | undefined; label?: string | undefined; onChange: (value: import("./types").SelectValue) => void; showIcons?: boolean | undefined; showBadges?: boolean | undefined; iconSize?: number | undefined; isLabelFixed?: boolean | undefined; placeholder?: string | undefined; sortFunction?: ((a: SelectOption, b: SelectOption) => number) | undefined; } & React.RefAttributes>; //# sourceMappingURL=index.d.ts.map