import { WaterfallData } from "./waterfall"; export declare type OnPagingCb = (pageIndex: number, activePage: WaterfallData) => any;