import { ElevationToken } from "../../Elevation/types"; /** * Creates a CSS-compliant box shadow value based on the design token input * @returns string */ declare const _default: (elevation: ElevationToken["data"]) => string; export default _default;