import type { BasicType, VmIcon, HandleEvent } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly icon: BasicType, 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; }>; export default _sfc_main;