/** * 解析子节点颜色,这里其实还有 lumMod 和 lumOff */ export declare function parseChildColor(getThemeColor: (c: string) => string, element: Element): string;