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