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

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