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

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