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