import type { ExtractPropTypes } from 'vue'; import type PageHeader from './page-header.vue'; export declare const pageHeaderProps: { readonly icon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, () => import("@vue/runtime-core").DefineComponent<{}, {}, {}, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly>, {}>, boolean>; readonly title: StringConstructor; readonly content: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare type PageHeaderProps = ExtractPropTypes; export declare const pageHeaderEmits: { back: () => boolean; }; export declare type PageHeaderEmits = typeof pageHeaderEmits; export declare type PageHeaderInstance = InstanceType;