import type { AsChildTypes } from "../types"; /** A component that renders the description text for a checkbox */ export declare const CheckboxDescription: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>;