import { ActualFormControl } from '../FormControl'; import type { ComponentProps, FC, ReactNode } from 'react'; type FormControlType = ComponentProps; export declare const Fieldset: FC & { legend: Omit, 'htmlFor'> | ReactNode; }>; export {};