import type { PropType } from 'vue'; import type { DateCell } from '../../types'; declare const _default: import("vue").DefineComponent; default: () => never[]; }; }>, { ns: string; handleCell: (cell: DateCell) => void; handleCellRowClick: (row: DateCell[]) => void; handleCellMouseenter: (cell: DateCell) => void; handleCellRowMouseenter: (row: DateCell[]) => void; isRowDisabled: (row: DateCell[]) => "is-disabled" | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onCellClick" | "onCellRowClick" | "onCellMouseenter" | "onCellRowMouseenter")[], "onCellClick" | "onCellRowClick" | "onCellMouseenter" | "onCellRowMouseenter", import("vue").PublicProps, Readonly; default: () => never[]; }; }>> & Readonly<{ onOnCellClick?: ((...args: any[]) => any) | undefined; onOnCellRowClick?: ((...args: any[]) => any) | undefined; onOnCellMouseenter?: ((...args: any[]) => any) | undefined; onOnCellRowMouseenter?: ((...args: any[]) => any) | undefined; }>, { rows: DateCell[][]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;