import type { ExtractPropTypes } from 'vue'; import type { DateCell } from '../date-picker.type'; export declare const basicCellProps: { cell: { type: PropType; }; }; export type BasicCellProps = ExtractPropTypes;