import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _default: DefineComponent<{ title: { type: (StringConstructor | ArrayConstructor)[]; default: string; }; back: { type: (StringConstructor | ObjectConstructor | NumberConstructor | FunctionConstructor)[]; default: number; }; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly>, { title: string | unknown[]; back: string | number | Function | Record; }, {}>; export default _default;