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