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