export declare function getShadowRoot(customEl: string): ShadowRoot | null | undefined; export declare function getShadowRootEl(customEl: string, el: string): Element | null | undefined; export declare function setupMap(mapElement: any): Promise;