import type { ReadingTime, ReadingTimeLocale } from "@vuepress/plugin-reading-time/client";
import type { PropType, VNode } from "vue";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * Reading time information
     *
     * 阅读时间信息
     */
    readingTime: PropType<ReadingTime | null>;
    /**
     * Reading time locale
     *
     * 阅读时间语言环境
     */
    readingTimeLocale: PropType<ReadingTimeLocale | null>;
}>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Reading time information
     *
     * 阅读时间信息
     */
    readingTime: PropType<ReadingTime | null>;
    /**
     * Reading time locale
     *
     * 阅读时间语言环境
     */
    readingTimeLocale: PropType<ReadingTimeLocale | null>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=ReadingTimeInfo.d.ts.map