export declare const extractFromDOM: (dom: string) => string[];
export default extractFromDOM;
