export function safeColor(input: any, allowEmpty?: boolean): Color | null;
export function getHexOrEmpty(_color: any): any;
export function getRgbOrEmpty(_color: any): {};
export function getHsbOrEmpty(_color: any): any;
export function isTransparent(_color: any): boolean;
import Color from 'color';
//# sourceMappingURL=utils.d.ts.map