import * as CSS from 'csstype'; export declare type Shadows = CSS.BoxShadowProperty[]; declare const shadows: Shadows; export default shadows;