import { type Dayjs } from 'dayjs'; /** * @description * @param {number} year 年份 * @returns {string[]} 年份列表 */ export declare function createYearsString(_current: Dayjs, renderCurrent: Dayjs, _options: any): string; /** * @description * @param {number} year 年份 * @returns {number[]} 年份列表 */ export declare function createYearsList(year: number): number[];