export declare const isGradient: (color: any) => boolean; export declare const parseColor: (color: any) => { rotation: number; stops: any; };