import type { HTMLElementProps } from '../types';
declare const Label: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Label = ReturnType<typeof Label>;
export default Label;
