import { PageContainerProps } from './types';
declare function __VLS_template(): {
    slots: {
        title?(_: {}): any;
        actions?(_: {}): any;
        description?(_: {}): any;
        default?(_: {}): any;
        footer?(_: {}): any;
    };
    refs: {};
    attrs: Partial<{}>;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import('vue').DefineComponent<PageContainerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
    tabChange: any;
    breadcrumbClick: any;
}, string, import('vue').PublicProps, Readonly<PageContainerProps> & Readonly<{
    onTabChange?: ((...args: any) => any) | undefined;
    onBreadcrumbClick?: ((...args: any) => any) | undefined;
}>, {
    footer: string | number | boolean | void | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
        [key: string]: any;
    }> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
        [key: string]: any;
    }> | import('vue').VNodeArrayChildren | (() => import('vue').VNode) | null;
    bodyBordered: boolean;
    hideBody: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
