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