import * as React from 'react'; import { SelectProps } from './Select.type'; export declare const name = "Select"; declare const Select: React.FC; export default Select;