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