import type { AsChildTypes } from "../types"; /** Descriptive text linked to the textbox via aria-describedby */ export declare const TextboxDescription: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>;