import { RejectionHooks } from '../types/hooks'; import { Rejection } from '../types/rejection'; import { Component } from 'vue'; import { RouteSetTitle } from '../types/routeTitle'; export declare function createRejection(options: { type: TType; component?: Component; }): Rejection & RejectionHooks & RouteSetTitle;