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