import { RichElement, RichText } from './type'; export * from './type'; export * from './options'; /** * HTML 解析 * @param html * @returns */ export declare function parser(html: string): Array; //# sourceMappingURL=index.d.ts.map