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