import type { ClassNames, DatepickerOptions } from '../core/types'; import { el } from '../utils/dom'; export { el }; export declare function cn(opts: DatepickerOptions, key: keyof ClassNames, fallback: string): string; export declare const SVG_PREV = ""; export declare const SVG_NEXT = ""; export declare const SVG_CALENDAR = "";