import type { HeaderProps } from 'el-plus/es/components/header'; export declare const useHeader: (props: any, emit: any) => { isShowBack: import("vue").ComputedRef; goBack: () => void; }; export declare const useButtons: (props: HeaderProps, emit: any) => { buttons: any; };