import { Dom } from './lib/Dom'; export declare function parseFromString(html: string): Dom; export * from './lib/Dom'; export * from './lib/Node';