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