import type { MouseEventHandler } from '@antdv/ui/es/types'; import type { ExtractPropTypes, PropType } from 'vue'; export declare function pageHeaderProps(): { backIcon: { type: PropType; }; prefixCls: StringConstructor; title: { type: PropType; }; subTitle: { type: PropType; }; breadcrumb: any; tags: { type: PropType; }; footer: { type: PropType; }; extra: { type: PropType; }; avatar: { type: PropType; default: string; }; size: { type: PropType; default: () => import("../../avatar").AvatarSize; }; src: StringConstructor; srcset: StringConstructor; icon: any; alt: StringConstructor; gap: NumberConstructor; draggable: { type: BooleanConstructor; default: any; }; crossOrigin: PropType<"" | "anonymous" | "use-credentials">; loadError: { type: PropType<() => boolean>; }; }>>>; default: Partial; default: string; }; size: { type: PropType; default: () => import("../../avatar").AvatarSize; }; src: StringConstructor; srcset: StringConstructor; icon: any; alt: StringConstructor; gap: NumberConstructor; draggable: { type: BooleanConstructor; default: any; }; crossOrigin: PropType<"" | "anonymous" | "use-credentials">; loadError: { type: PropType<() => boolean>; }; }>>; }; ghost: { type: BooleanConstructor; default: any; }; onBack: PropType; }; export type PageHeaderProps = Partial>>;