import { AnimationOptionsType, Frame, Player } from '../../core/Animation'; type AnimationStyles = { [key: string]: any; }; declare module "../Geometry" { interface Geometry { animate(styles: AnimationStyles, options?: AnimationOptionsType | ((frame: Frame) => void), step?: (frame: Frame) => void): Player; } } export {}; //# sourceMappingURL=Geometry.Animation.d.ts.map