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