export default interface RouteApi {
    navigate: (route: string, props?: any) => void;
    back: () => void;
}
//# sourceMappingURL=RouteApi.d.ts.map