import { VNode } from 'vue';
declare const _sfc_main: import("vue").DefineComponent<{
    /**
     * 日期 时间
     *
     * @type {String,Array}
     */
    value: {
        type: (StringConstructor | ArrayConstructor)[];
        required: true;
    };
    /**
     * 年月
     *
     * @type {String}
     */
    tableDate: {
        type: StringConstructor;
        required: true;
    };
    /**
     * 语言
     *
     * @type {String}
     */
    locale: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 最小年份或月份
     *
     * @type {String}
     */
    min: {
        type: StringConstructor;
    };
    /**
     * 最大年份或月份
     *
     * @type {String}
     */
    max: {
        type: StringConstructor;
    };
    /**
     * 当前年份
     *
     * @type {Number | String}
     */
    year: {
        type: (NumberConstructor | StringConstructor)[];
        default: string;
    };
    /**
     * 当前激活的type
     *
     * @type {String}
     */
    activeType: {
        type: StringConstructor;
    };
    /**
     * 当前日期
     *
     * @type {String}
     */
    current: {
        type: StringConstructor;
    };
    /**
     * 背景颜色
     *
     * @type {Function}
     */
    backgroundColor: {
        type: FunctionConstructor;
    };
    /**
     * 文字颜色
     *
     * @type {Function}
     */
    textColor: {
        type: FunctionConstructor;
    };
    /**
     * 文字颜色
     *
     * @type {String | Array}
     */
    color: {
        type: (StringConstructor | ArrayConstructor)[];
    };
    /**
     * 只读
     *
     * @type {Boolean}
     */
    readonly: {
        type: BooleanConstructor;
    };
    /**
     * 设置允许选择日期函数
     *
     * @type {Function}
     */
    allowedDates: {
        type: FunctionConstructor;
    };
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("table-date" | "input")[], "input" | "table-date", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * 日期 时间
     *
     * @type {String,Array}
     */
    value: {
        type: (StringConstructor | ArrayConstructor)[];
        required: true;
    };
    /**
     * 年月
     *
     * @type {String}
     */
    tableDate: {
        type: StringConstructor;
        required: true;
    };
    /**
     * 语言
     *
     * @type {String}
     */
    locale: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 最小年份或月份
     *
     * @type {String}
     */
    min: {
        type: StringConstructor;
    };
    /**
     * 最大年份或月份
     *
     * @type {String}
     */
    max: {
        type: StringConstructor;
    };
    /**
     * 当前年份
     *
     * @type {Number | String}
     */
    year: {
        type: (NumberConstructor | StringConstructor)[];
        default: string;
    };
    /**
     * 当前激活的type
     *
     * @type {String}
     */
    activeType: {
        type: StringConstructor;
    };
    /**
     * 当前日期
     *
     * @type {String}
     */
    current: {
        type: StringConstructor;
    };
    /**
     * 背景颜色
     *
     * @type {Function}
     */
    backgroundColor: {
        type: FunctionConstructor;
    };
    /**
     * 文字颜色
     *
     * @type {Function}
     */
    textColor: {
        type: FunctionConstructor;
    };
    /**
     * 文字颜色
     *
     * @type {String | Array}
     */
    color: {
        type: (StringConstructor | ArrayConstructor)[];
    };
    /**
     * 只读
     *
     * @type {Boolean}
     */
    readonly: {
        type: BooleanConstructor;
    };
    /**
     * 设置允许选择日期函数
     *
     * @type {Function}
     */
    allowedDates: {
        type: FunctionConstructor;
    };
}>> & {
    "onTable-date"?: (...args: any[]) => any;
    onInput?: (...args: any[]) => any;
}, {
    readonly: boolean;
    locale: string;
    year: string | number;
}>;
export default _sfc_main;
