import { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; declare const pageHeaderProps: { title: StringConstructor; subtitle: StringConstructor; extra: StringConstructor; onBack: PropType<() => void>; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export declare type PageHeaderProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ title: StringConstructor; subtitle: StringConstructor; extra: StringConstructor; onBack: PropType<() => void>; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--n-title-text-color': string; '--n-title-font-size': string; '--n-title-font-weight': string; '--n-font-size': string; '--n-back-size': string; '--n-subtitle-text-color': string; '--n-back-color': string; '--n-back-color-hover': string; '--n-back-color-pressed': string; '--n-bezier': string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly void>; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>>, {}>; export default _default;