import { TableTopNotificationState } from './TableTopNotificationState'; import { TypedEmitter } from '@wix/bex-core/events'; export declare class ScrollAwayScheduleStrategy { state: TableTopNotificationState; events: TypedEmitter<{ enter: () => unknown; }>; constructor(state: TableTopNotificationState); _scheduleEnter(): void; preventEnter(): void; preventExit(): void; onIntersectionRatioChanged(ratio: number): void; init(): void; } //# sourceMappingURL=ScrollAwayScheduleStrategy.d.ts.map