/** * 获取水波图数据 */ export declare function getLiquidData(percent: number): { percent: number; type: string; }[];