export declare const ElPageHeader: import("../../utils/types").SFCWithInstall>; readonly default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}>, {}>; }; readonly title: StringConstructor; readonly content: { readonly type: StringConstructor; readonly default: ""; }; }, { handleClick: () => void; t: import("../..").Translator; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { back: () => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ readonly icon?: unknown; readonly title?: unknown; readonly content?: unknown; } & { icon: string | import("vue").Component; content: string; } & { title?: string | undefined; }> & { onBack?: (() => any) | undefined; }, { icon: string | import("vue").Component; content: string; }>> & Record; export default ElPageHeader; export * from './src/page-header';