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