import { IRGBColor } from '../../typings'; export declare const parseColor: (color: string, digit?: number) => IRGBColor;