import { ActionNavBarProps } from './types'; declare function __VLS_template(): { slots: { topLeftHeader?(_: {}): any; centerHeader?(_: {}): any; bottomHeader?(_: {}): any; drawerContainer?(_: {}): any; }; refs: {}; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import("vue").DefineComponent any; clickBackArrow: () => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onToggleRightDrawer?: (() => any) | undefined; onClickBackArrow?: (() => any) | undefined; }>, { backgroundColor: string; showBtnBack: boolean; showRightDrawerBtn: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };