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