import React from 'react'; import { FormSelectProps, SelectItem } from './typings'; declare const FormSelect: { = SelectItem>(props: FormSelectProps): React.JSX.Element; displayName: string; }; declare const _default: typeof FormSelect; export default _default;