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