export declare enum Platform {
    IOS = "ios",
    ANDROID = "android",
    BROWSER = "browser"
}
export declare const rootMobileClassName: string;
