import React from 'react'; export interface FormFieldSetLegendProps { collapsed: boolean; collapsible?: boolean; onClick?: () => void; title: React.ReactNode; } export declare const FormFieldSetLegend: React.NamedExoticComponent; //# sourceMappingURL=FormFieldSetLegend.d.ts.map