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