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