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