export declare const uuid: () => string; export declare function isRunningInMobile(): boolean | RegExpMatchArray; export declare const getContainer: (container: HTMLElement) => HTMLElement; export declare const ComposeProvider: ({ Providers, children }: any) => any; export declare const getMicroBasename: (type: string) => string; export declare const getQuery: (query: string) => string; export declare const registerTheme: ({ theme, container }: { theme: string; container?: Element | null; }) => void; export declare const deepFreeze: (object: { [key: string]: any; }) => Readonly<{ [key: string]: any; }>; export declare const appendUrlQuery: (url: string, queryObj: Record) => string; export declare const scrollBottom: () => void; export declare const deleteCards: string[];