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