export default class ResourceManager { static STICKER: string; static STICKER_PICKER_SOURCE: string; static LOTTIE: string; static ICON: string; static LANGUAGE: string; static NAVIGATION_BAR: string; static resource: {}; static isLoadResource: {}; static getCacheResource: (key?: string) => any; static getResource: (key?: string) => Promise; static setResource: (data: any, key?: string) => any; static removeResource: (key?: string) => any; static loadResource: (key: any) => void; } //# sourceMappingURL=ResourceManager.d.ts.map