import { Label as LabelPrimitive } from 'bits-ui';
declare const Label: import("svelte").Component<LabelPrimitive.RootProps, {}, "ref">;
type Label = ReturnType<typeof Label>;
export default Label;
