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