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