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