import type { IColorStop } from '@visactor/vrender-core'; export declare const isStopsEqual: (prev: IColorStop[], next: IColorStop[]) => boolean; export declare const isSegmentAttrEqual: (prev: any, next: any, key: string) => boolean;