import { layers as layersNames } from './vars.css';
type LayerType = (typeof layersNames)[number];
type Layers = Record<LayerType, string>;
export declare const layers: Layers;
export {};
