export declare const NONE = ""; export declare const MY_BOOKING = "myBooking"; export declare const REGISTER = "register"; export declare const SIGN_IN = "signIn"; export declare const FORGOT_PASSWORD = "forgotPassword"; export declare const SIDE_NAV = "sideNav"; export declare const CHAT = "chat"; export declare const SUBSCRIPTION = "subscription"; export declare const DEBUG = "debug"; export declare const CURRENCY_MENU = "currencyMenu"; export declare const LANGUAGE_MENU = "languageMenu"; export declare type Modal = typeof NONE | typeof MY_BOOKING | typeof REGISTER | typeof SIGN_IN | typeof FORGOT_PASSWORD | typeof SIDE_NAV | typeof CHAT | typeof SUBSCRIPTION | typeof DEBUG | typeof CURRENCY_MENU | typeof LANGUAGE_MENU;