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