export function parseColor(fill: any): resolveColor | undefined; export function parseGradient(fill: any): any; export function parseUrl(fill: any): string | undefined; export function parseElement(fill: any): React.ReactElement> | undefined; import resolveColor from 'color'; import React from 'react'; //# sourceMappingURL=utils.d.ts.map