import { CheerioAPI, Element } from 'cheerio';
export declare const getPropValue: (api: CheerioAPI, tag: Element) => string | undefined;
