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

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