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