import { RGBA } from 'color-blend/dist/types'; import { Shape } from './Shape'; export declare class ShapeColor { shape: Shape; color: RGBA; constructor(shape: Shape, color: RGBA); }