import type { Slot } from "@vuepress/helper/client";
import type { SlotsType, VNode } from "vue";
import type { ArticleCoverSlotData, ArticleExcerptSlotData, ArticleInfoSlotData, ArticleTitleSlotData, BloggerInfoSlotData, HeroBackgroundSlotData, HeroInfoSlotData, HeroLogoSlotData } from "@theme-hope/typings/slots";
import "../../styles/blog/blog-home.scss";
declare const _default: import("vue").DefineComponent<{}, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, SlotsType<{
    heroInfo?: Slot<HeroInfoSlotData>;
    heroLogo?: Slot<HeroLogoSlotData>;
    heroBg?: Slot<HeroBackgroundSlotData>;
    heroBefore?: Slot;
    heroAfter?: Slot;
    articleCover?: Slot<ArticleCoverSlotData>;
    articleTitle?: Slot<ArticleTitleSlotData>;
    articleInfo?: Slot<ArticleInfoSlotData>;
    articleExcerpt?: Slot<ArticleExcerptSlotData>;
    articlesBefore?: Slot;
    articlesAfter?: Slot;
    bloggerInfo?: Slot<BloggerInfoSlotData>;
    infoBefore?: Slot;
    infoAfter?: Slot;
    content?: Slot;
    contentBefore?: Slot;
    contentAfter?: Slot;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
