import { Label as LabelPrimitive } from "bits-ui"; declare const Label: import("svelte").Component; type Label = ReturnType; export default Label;