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