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