import { type EChartsExtensionInstallRegisters } from 'echarts';
/**
 * 矩形树图label扩展
 */
export declare function treemapExtensionInstall(registers: EChartsExtensionInstallRegisters): void;
