import type { DescriptionProps } from "./types.js"; /** * ## Description * A component that provides additional context for a field and is associated with the control using the `aria-describedby` attribute. * * - [Description Documentation](https://formsnap.dev/docs/components/description) */ declare const Description: import("svelte").Component; export default Description;