/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * The layer to place blocks on. * */ export declare const BLOCK = 50; /** * The layer to place bubbles on. * */ export declare const BUBBLE = 100; //# sourceMappingURL=layers.d.ts.map