import { Theme } from '@leafygreen-ui/lib'; export type ShadowKey = 1 | 2 | 3 | 'overflow'; type Value = { [key in ShadowKey]: string; }; export declare const shadows: Record; export declare const boxShadows: Record; export {}; //# sourceMappingURL=shadows.d.ts.map