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