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