import { ShadowSize } from "../../types"; export declare type Shadows = { [key in ShadowSize]: string; }; export declare const shadows: Shadows;