import type { Components, JSX } from "../types/components"; interface IconHvif extends Components.IconHvif, HTMLElement {} export const IconHvif: { prototype: IconHvif; new (): IconHvif; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;