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