import type { Shadows } from '@mui/material/styles'; import type { Elevations, GeowebColorPalette } from '../types'; export declare const hex2rgba: (hex: string, alpha?: number) => string; export declare const parseColors: (colors: GeowebColorPalette) => GeowebColorPalette; export declare const createShadows: (elevations: Elevations) => Shadows;