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