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