declare global { interface Window { UMDEventsDateSliderElement: typeof UMDEventsDateSliderElement; } } export declare const ELEMENT_NAME = "umd-element-events-date-slider"; export type ELEMENT_TYPE = UMDEventsDateSliderElement; export declare class UMDEventsDateSliderElement extends HTMLElement { _shadow: ShadowRoot; _element: null | HTMLElement; _count: number; constructor(); static get observedAttributes(): string[]; attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void; connectedCallback(): void; setCountForward: () => void; setCountBackward: () => void; } export declare const Load: () => string; //# sourceMappingURL=component.d.ts.map