import type { CalendarStepVariant } from '../types';
export declare const getRoot: () => HTMLDivElement;
export declare const getFromCalendar: () => HTMLDivElement;
export declare const getToCalendar: () => HTMLDivElement;
export declare const getButtonPrevPeriod: () => HTMLDivElement;
export declare const getButtonNextPeriod: () => HTMLDivElement;
export declare const getDaysGrid: (root?: HTMLDivElement) => HTMLDivElement;
export declare const getMonthsGrid: (root?: HTMLDivElement) => HTMLDivElement;
export declare const getYearsGrid: (root?: HTMLDivElement) => HTMLDivElement;
export declare const getStep: (root?: HTMLDivElement) => CalendarStepVariant;
export declare const getGridButton: (text: string | number, root?: HTMLDivElement) => Element;
