import { type HTMLLabelAttributes } from 'svelte/elements'; declare const Label: import("svelte").Component; type Label = ReturnType; export default Label;