export declare const parseBoxShadow: (str: string) => { inset: boolean; x: any; y: any; blur: any; spread: any; color: string | undefined; }[];