export declare const NavBar: import("../utils").WithInstall, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickLeft" | "clickRight")[], "clickLeft" | "clickRight", import("vue").PublicProps, Readonly> & Readonly<{ onClickLeft?: ((...args: any[]) => any) | undefined; onClickRight?: ((...args: any[]) => any) | undefined; }>, { fixed: boolean; border: boolean; clickable: boolean; placeholder: boolean; safeAreaInsetTop: boolean; leftDisabled: boolean; rightDisabled: boolean; leftArrow: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default NavBar; export { navBarProps } from './NavBar'; export type { NavBarProps } from './NavBar'; export type { NavBarThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanNavBar: typeof NavBar; } }