import type { VmIcon, HandleEvent } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import PageHeader from "./src/page-header"; export declare const VPageHeader: Install, null>; readonly iconSize: BasicType, string | number | null>; readonly backText: BasicType, string | null>; readonly title: BasicType, string | null>; readonly titleBold: BasicType; readonly titleColor: BasicType, string | null>; readonly titleCenter: BasicType; readonly subtitle: BasicType, string | null>; readonly onBack: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, null>; readonly iconSize: BasicType, string | number | null>; readonly backText: BasicType, string | null>; readonly title: BasicType, string | null>; readonly titleBold: BasicType; readonly titleColor: BasicType, string | null>; readonly titleCenter: BasicType; readonly subtitle: BasicType, string | null>; readonly onBack: BasicType, null>; }>>, { readonly title: string; readonly titleColor: string; readonly icon: VmIcon; readonly titleBold: boolean; readonly iconSize: string | number; readonly backText: string; readonly titleCenter: boolean; readonly subtitle: string; readonly onBack: HandleEvent; }>>; /** page-header 组件实例类型 */ export type PageHeaderInstance = InstanceType; export * from './src/interface'; export default VPageHeader;