declare const _sfc_main: import("vue").DefineComponent<{
    /**
     * 选择年份
     *
     * @type {Boolean}
     */
    selectingYear: {
        type: BooleanConstructor;
    };
    /**
     * 当前年份
     *
     * @type {Number, String}
     */
    year: {
        type: (NumberConstructor | StringConstructor)[];
        default: string;
    };
    /**
     * 日期
     *
     * @type {String}
     */
    date: {
        type: StringConstructor;
        default: string;
    };
    /**
     * value
     *
     * @type {String}
     */
    value: {
        type: StringConstructor;
    };
    /**
     * 年份图标
     *
     * @type {String}
     */
    yearIcon: {
        type: StringConstructor;
    };
    /**
     * 是否只读
     *
     * @type {Boolean}
     */
    readonly: {
        type: BooleanConstructor;
    };
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:selectingYear"[], "update:selectingYear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * 选择年份
     *
     * @type {Boolean}
     */
    selectingYear: {
        type: BooleanConstructor;
    };
    /**
     * 当前年份
     *
     * @type {Number, String}
     */
    year: {
        type: (NumberConstructor | StringConstructor)[];
        default: string;
    };
    /**
     * 日期
     *
     * @type {String}
     */
    date: {
        type: StringConstructor;
        default: string;
    };
    /**
     * value
     *
     * @type {String}
     */
    value: {
        type: StringConstructor;
    };
    /**
     * 年份图标
     *
     * @type {String}
     */
    yearIcon: {
        type: StringConstructor;
    };
    /**
     * 是否只读
     *
     * @type {Boolean}
     */
    readonly: {
        type: BooleanConstructor;
    };
}>> & {
    "onUpdate:selectingYear"?: (...args: any[]) => any;
}, {
    readonly: boolean;
    date: string;
    year: string | number;
    selectingYear: boolean;
}>;
export default _sfc_main;
