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