import React, { ReactNode } from 'react'; export declare type TFieldSetLegend = { className?: string; children?: ReactNode; custom?: boolean; }; export declare const FieldSetLegend: React.ForwardRefExoticComponent>; export default FieldSetLegend;