import { IControl } from ".."; export interface IRouterView extends IControl { navigate(page: IControl): Promise; }