import type { AsChildTypes } from "../types"; /** Used to distinguish accessible label from other carousels */ export declare const CarouselTitle: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>;