import { Component, PropsOf } from '@builder.io/qwik'; import { IconProps } from 'flowbite-qwik-icons'; type HrIconProps = PropsOf<'hr'> & { icon?: Component; }; export declare const HrIcon: Component; export {};