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