import { Color } from './Color';
export interface IColorComponent {
    color: Color;
}
//# sourceMappingURL=IColorComponent.d.ts.map