import Text from '../models/Layer/Text'; /** * 将 Node 转为 Text 对象 * */ export declare const parseToText: (node: Element) => Text | Text[] | undefined;