import { text } from '@synnaxlabs/x'; import { ReactElement } from 'react'; import { Select } from '..'; export interface WeightProps extends Omit, "keys"> { } export declare const Weight: (props: WeightProps) => ReactElement; //# sourceMappingURL=Weight.d.ts.map