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