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