export declare const Jumbotron: (({ children, class: classNames, align, ...attrs }: Omit<{ align?: string | undefined; } & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes, "align"> & { align?: "center" | "left" | "right"; }) => import("@builder.io/qwik").JSXOutput) & { SubText: import("@builder.io/qwik").Component<{ align?: string | undefined; } & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes & { tag?: "h2" | "h3" | "h4" | "h5" | "h6"; }>; Heading: import("@builder.io/qwik").Component<{ align?: string | undefined; } & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes & { tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; }>; };