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