/** * Given an array of prop paths, return all the values that exist, in an array */ export declare function getProps(obj: { [index: string]: any; }, props: string[]): any[];