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