import { DisplayObject } from '@antv/g'; import { G2Theme } from '../runtime'; export declare function effectTiming(defaults: G2Theme['enter' | 'exit' | 'update'], value: Record, options: Record): Record; export declare function attributeOf(shape: DisplayObject, keys: string[]): {}; export declare const attributeKeys: string[];