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