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