export declare const NavBar: import("../utils").WithInstall JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickLeft" | "clickRight")[], "clickLeft" | "clickRight", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onClickLeft?: ((...args: any[]) => any) | undefined; onClickRight?: ((...args: any[]) => any) | undefined; }, { fixed: boolean; border: boolean; clickable: boolean; placeholder: boolean; safeAreaInsetTop: boolean; leftArrow: boolean; }>>; 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; } }