import { type HTMLAttributes } from 'react'; import type { DefaultProps } from '../../types'; export type FieldsetLegendProps = HTMLAttributes & DefaultProps; /** * FieldsetLegend component, used to display a legend for a fieldset. * * @example * Skriv inn dine svar */ export declare const FieldsetLegend: import("react").ForwardRefExoticComponent & DefaultProps & import("react").RefAttributes>; //# sourceMappingURL=fieldset-legend.d.ts.map