import { FC } from 'react'; import { FieldsetInterface } from './fieldset.types'; export declare const Fieldset: FC;