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