import type { LegendProps } from "./types.js"; /** * ## Legend * A component that provides a title for a group of related form controls and should be used within a [Fieldset](https://formsnap.dev/docs/components/fieldset) component. * * - [Legend Documentation](https://formsnap.dev/docs/components/legend) * * ### `child` Snippet Props * - `props` - A spreadable object of attributes for the legend element if `child` snippet is used. */ declare const Legend: import("svelte").Component; export default Legend;