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