import type { TRoot } from '../root/createRoot.svelte.js'; export interface CreateLabelConfig { root: TRoot; } export type TLabel = ReturnType; export declare function createLabel(config: CreateLabelConfig): { props: { 'data-st-combobox-label': string; readonly for: string; }; };