import { PropsOf } from '@builder.io/qwik'; type HrTextProps = PropsOf<'hr'> & { text: string; }; export declare const HrText: import("@builder.io/qwik").Component; export {};