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