/// import { SelectData, SelectProps } from './type'; declare function Select(props: SelectProps): JSX.Element; declare namespace Select { var displayName: string; } declare const _default: typeof Select; export default _default;