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