///
///
declare type PropValueSelectorType = {
[key: string]: (selector: any) => any;
} | Function | string;
declare const propArraySelector: Curry.Curry<($: CheerioSelector, contextArraySelector: any, propsConfig: PropValueSelectorType) => any[]>;
export { propArraySelector };