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

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