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