export declare function getBgColor(target: string | any | undefined, type: string): any; export declare function getTextColor(target: string | any): { type: 'single' | 'gradient'; color: string; }; export declare function getShadow(outShadow: any, inShadow: any): { boxShadow: string; };