import { FC } from 'react'; import { FormControlSelectProps } from './types.js'; export declare const FormControlSelect: FC;