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