import { ShapeComponent as SC } from '../../runtime'; export type ColorOptions = { colorAttribute: 'fill' | 'stroke'; [key: string]: any; }; /** * Draw a filled or hollow path. */ export declare const Color: SC;