import Root from './root.svelte'; export type { LabelRootProps } from './root.svelte'; export declare const Label: { Root: typeof Root; };