export declare enum InifiniteScrollState {
    LOADING = "loading",
    LOADED = "loaded",
    COMPLETE = "complete",
    ERROR = "error"
}
