import { optional } from '@synnaxlabs/x'; import { ReactElement } from 'react'; import { PrimitiveTypeName } from './primitive'; import { Select } from '../select'; export interface SelectTypeProps extends optional.Optional, "keys"> { } export declare const SelectType: (props: SelectTypeProps) => ReactElement; //# sourceMappingURL=SelectType.d.ts.map