import { TdCalendarProps } from './type';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    confirmBtn: {
        type: import("vue").PropType<TdCalendarProps['confirmBtn']>;
        default: string;
    };
    title: {
        type: import("vue").PropType<TdCalendarProps['title']>;
    };
    onVisibleChange: import("vue").PropType<(v: boolean) => void>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "visible-change"[], "visible-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    confirmBtn: {
        type: import("vue").PropType<TdCalendarProps['confirmBtn']>;
        default: string;
    };
    title: {
        type: import("vue").PropType<TdCalendarProps['title']>;
    };
    onVisibleChange: import("vue").PropType<(v: boolean) => void>;
}>> & Readonly<{
    "onVisible-change"?: (...args: any[]) => any;
}>, {
    confirmBtn: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
