import type { AsChildTypes } from "../types"; /** Accessible title for the modal dialog */ export declare const ModalTitle: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>;