import { FunctionComponent } from 'react';
import { SelectProps } from './types.js';

declare const Select: FunctionComponent<SelectProps>;

export { Select as default };
