export declare const domToString: (node: any) => string; export declare const htmlSnipToSvg: (htmlSnip: string, width: number) => string;