import type { Components, JSX } from "../types/components"; interface RuxIconSkipPrevious extends Components.RuxIconSkipPrevious, HTMLElement {} export const RuxIconSkipPrevious: { prototype: RuxIconSkipPrevious; new (): RuxIconSkipPrevious; };