import { PropsOf } from '@builder.io/qwik';
type JumbotronHeadingProps = PropsOf<'h1'> & {
    tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
};
export declare const JumbotronHeading: import("@builder.io/qwik").Component<JumbotronHeadingProps>;
export {};
