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