import React from 'react'; import { SelectCommonProps } from './Select.types'; declare type SelectNativeProps = SelectCommonProps & Omit, 'defaultValue' | 'name' | 'onChange' | 'style' | 'value'>; declare const SelectNative: React.ForwardRefExoticComponent & Omit, "name" | "style" | "onChange" | "defaultValue" | "value"> & React.RefAttributes>; export { SelectNative, SelectNativeProps }; //# sourceMappingURL=SelectNative.d.ts.map