///
import type { SelectProps, ValueType as SelectValueType } from '@toptal/picasso-select';
import type { FieldProps } from '../Field';
import type { Props as FieldLabelProps } from '../FieldLabel';
export declare type Props = SelectProps & FieldProps['value']> & FieldLabelProps;
export declare const Select: {
(props: Props): JSX.Element;
displayName: string;
};
export default Select;
//# sourceMappingURL=Select.d.ts.map