/** * Hook that returns the current tile loading state. * Returns true immediately when any tiles are loading. */ export declare const useTileLoading: () => boolean; //# sourceMappingURL=useTileLoading.d.ts.map