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