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