import type { EventTypeWithTarget } from 'jb-core'; import type { JBInfiniteScrollWebComponent } from './jb-infinite-scroll'; export type Elements = { loading: HTMLDivElement; contentWrapper: HTMLDivElement; componentWrapper: HTMLDivElement; emptyListWrapper: HTMLDivElement; loadingWrapper: HTMLDivElement; }; export declare enum StateChangeWaitingBehavior { forceWait = "FORCE_WAIT", noWait = "NO_WAIT" } export type JBInfiniteScrollEventType = EventTypeWithTarget; //# sourceMappingURL=types.d.ts.map