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