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