import type { Components, JSX } from "../types/components";

interface UtrechtIconPolarisatie extends Components.UtrechtIconPolarisatie, HTMLElement {}
export const UtrechtIconPolarisatie: {
    prototype: UtrechtIconPolarisatie;
    new (): UtrechtIconPolarisatie;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
