import { PageProperties, TabsOptions } from "./viewModel";
type __VLS_Props = PageProperties;
declare function scrollContentToTop(): void;
type __VLS_PublicProps = {
    'currentTabManual'?: string;
} & __VLS_Props;
declare function __VLS_template(): {
    attrs: Partial<{}>;
    slots: Partial<Record<string, (_: {}) => any>> & Partial<Record<"panel", (_: {}) => any>> & {
        actions?(_: {
            currentTab: TabsOptions | undefined;
        }): any;
        banner?(_: {}): any;
        'mobile-actions'?(_: {
            currentTab: TabsOptions | undefined;
        }): any;
    };
    refs: {
        contentWrapper: HTMLDivElement;
    };
    rootEl: HTMLDivElement;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
    focus: () => void;
    scrollContentToTop: typeof scrollContentToTop;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    "update:currentTabManual": (value: string) => any;
} & {
    goBack: () => any;
    changeCurrentTab: (tabId: string) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
    onGoBack?: (() => any) | undefined;
    onChangeCurrentTab?: ((tabId: string) => any) | undefined;
    "onUpdate:currentTabManual"?: ((value: string) => any) | undefined;
}>, {
    id: string;
    hasPrevious: boolean;
    organisationName: string;
    hasScrollToTop: boolean;
    changeTabManually: boolean;
    paddingOnMobile: boolean;
    panelOpen: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
    contentWrapper: HTMLDivElement;
}, HTMLDivElement>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=View.vue.d.ts.map