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