import type { ElevationLevel } from '../types/elevation.d'; declare const getElevationShadow: ({ elevation, shadow, }: { elevation: ElevationLevel; shadow?: string; }) => string; export default getElevationShadow;