import { AnimateElement } from './AnimateElement'; export declare class AnimateColorElement extends AnimateElement { type: string; calcValue(): string; } //# sourceMappingURL=AnimateColorElement.d.ts.map