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