import type { FC, FieldsetHTMLAttributes } from 'react'; type FieldSetProps = FieldsetHTMLAttributes; export declare const FieldSet: FC; export {};