/** Label component associated with the textbox control */ export declare const TextboxLabel: import("@qwik.dev/core").Component<{ form?: string | undefined; for?: string | undefined; htmlFor?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & { fallback?: import("../render/render").AllowedFallbacks | undefined; }>;