import type { Slot } from "@vuepress/helper/client";
import type { SlotsType, VNode } from "vue";
import type { HeroBackgroundSlotData, HeroInfoSlotData, HeroLogoSlotData } from "@theme-hope/typings/slots";
import "../../styles/home/home-page.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;
    content?: Slot;
    contentBefore?: Slot;
    contentAfter?: Slot;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=HomePage.d.ts.map