import type { FieldsetLegendProps } from './types';
declare const FieldsetLegend: import("svelte").Component<FieldsetLegendProps, {}, "">;
type FieldsetLegend = ReturnType<typeof FieldsetLegend>;
export default FieldsetLegend;
