/** * @title: 日历状态列表 * @description: * @return {*} * @Author: WangHan * @Date: 2025-01-14 10:24 */ export declare const statusList: { status: number; text: any; color: string; }[]; /** * @title: 日历状态文案 * @description: * @param {string} type * @return {*} * @Author: WangHan * @Date: 2025-01-14 11:25 */ export declare const statusMessage: (type: string) => any;