import { Collection } from "../collection/index.d.mts"; import type { TCollectionElement, TCollectionItemDefaultCfg } from "../collection/index.d.mts"; import { CollectionReactItem } from "../collectionReactItem/index.d.mts"; type TCollectionArgs = [string, typeof DatePicker, boolean?]; /** * Класс для рендеринга элемента коллекции календарей статичной верстки */ export declare class DatePicker extends CollectionReactItem { #private; constructor(el: TCollectionElement, params?: TCollectionItemDefaultCfg); render(): void; } /** * Плагин для автоматического рендера календарей. Является коллекцией. * @module DatePickerCollection * @memberof Collection * @example * //