/** * The idea is to keep in this configuration file * all the indexes of the z-index CSS property used * in the project to avoid magic numbers. */ declare const LayersConfig: { drawer: number; floatingIcons: number; select: number; toast: number; }; export default LayersConfig; //# sourceMappingURL=Layers.config.d.ts.map