import { type Dayjs } from 'dayjs'; /** * @description * @param {Dayjs} date * @returns {string} 12个月份dom */ export declare function createMonthDomString(date: Dayjs, renderCurrent: Dayjs, _options: any): string;