import { IList } from '@antv/component';
/**
 * 清理图例的 Highlight 效果
 * @param list 列表组件，图例或者坐标轴
 * @ignore
 */
export declare function clearList(list: IList): void;
