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