export declare function parseBoxShadowValue(input: any): { raw: any; }[]; export declare function formatBoxShadowValue(shadows: any): any;