import { FunctionComponent } from 'react'; interface IProps { onChange: (value: string) => void; showBorder?: boolean; } declare const Select: FunctionComponent; export default Select; //# sourceMappingURL=Select.d.ts.map