import type { Element, ExtractionSpec, ExtractResult } from './types'; export declare function extractFrom(el: Element, spec: T): ExtractResult; //# sourceMappingURL=extract.d.ts.map