export interface MapDataFn { (item: TItem, index?: number, items?: TItem[]): TVariables; } //# sourceMappingURL=mapDataFn.d.ts.map