import { ColorLike } from '@o/color'; import { CSSPropertySetResolved } from '@o/css'; import { ThemeFn } from 'gloss'; export declare type ElevatableProps = { elevation?: number; elevationShadowColor?: ColorLike; elevationShadowOpacity?: number; boxShadow?: CSSPropertySetResolved['boxShadow']; elevatedShadowY?: (elevation: number) => any; elevatedShadowSpread?: (elevation: number) => any; elevatedShadowColor?: (elevation: number) => any; boxShadowOpacity?: number; }; export declare const elevationTheme: ThemeFn; //# sourceMappingURL=elevation.d.ts.map