import type { SlotsType, VNode } from "vue";
import "@vuepress/helper/transition/fade-in-down.css";
import "../styles/nav-screen.scss";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * Whether to show the screen
     *
     * 是否显示
     */
    show: BooleanConstructor;
}>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Whether to show the screen
     *
     * 是否显示
     */
    show: BooleanConstructor;
}>> & Readonly<{}>, {
    show: boolean;
}, SlotsType<{
    before?: () => VNode[] | VNode | null;
    after?: () => VNode[] | VNode | null;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=NavScreen.d.ts.map