import { notation } from '@synnaxlabs/x'; import { ReactElement } from 'react'; import { Select as BaseSelect } from '../select'; export interface SelectNotationProps extends Omit, "keys"> { } export declare const Select: ({ className, ...rest }: SelectNotationProps) => ReactElement; //# sourceMappingURL=Select.d.ts.map