export declare function parseColor(cstr: string): {
    value: string;
    alpha: number;
};
