export declare const NAVIGATION_ROUTES: {
    readonly HOME: "/";
    readonly ABOUT: "/about";
    readonly CONTACT: "/contact";
    readonly SIGN_IN: "/signin";
    readonly DASHBOARD: "/dashboard";
    readonly ASSET_ALLOCATION: "/asset-allocations";
    readonly CASH_TRANSACTIONS: "/cash-transactions";
    readonly ORDERS: "/orders";
    readonly TRADES: "/trades";
    readonly SIGNUP_USER: "/signup/user";
    readonly SIGNUP_EMAIL_CONFIRMATION: "/signup/email_confirmation";
    readonly SIGNUP_USER_PROFILE: "/signup/user_profile";
    readonly SIGNUP_TAX_RESIDENCIES: "/signup/tax_residencies";
    readonly SIGNUP_INVESTMENT_PREFERENCES: "/signup/investment_preferences";
    readonly SIGNUP_PORTFOLIO_SELECTION: "/signup/portfolio_selection";
    readonly SIGNUP_PORTFOLIO_PERFORMANCE: "/signup/portfolio_performance";
    readonly SIGNUP_REVIEW: "/signup/review";
    readonly SIGNUP_ASSET_ALLOCATION: "/signup/asset_allocation";
};
export declare const NAVIGATION_LABELS: {
    readonly HOME: "Home";
    readonly ABOUT: "About";
    readonly CONTACT: "Contact";
    readonly SIGN_IN: "Sign In";
    readonly DASHBOARD: "Dashboard";
    readonly ALLOCATION: "Allocation";
    readonly CASH: "Cash";
    readonly ORDERS: "Orders";
    readonly TRADES: "Trades";
    readonly SIGN_OUT: "Sign Out";
    readonly SIGNING_OUT: "Signing Out...";
};
export type NavigationRoutes = typeof NAVIGATION_ROUTES;
export type NavigationLabels = typeof NAVIGATION_LABELS;
//# sourceMappingURL=navigation.d.ts.map