import type { ILayer, ILayerPlugin } from '@antv/l7-core'; export default class LayerAnimateStylePlugin implements ILayerPlugin { apply(layer: ILayer): void; }