import * as i0 from "@angular/core"; import * as i1 from "./scrollable"; import * as i2 from "../../platform/index"; export { Scrollable } from './scrollable'; export { ScrollDispatcher } from './scroll-dispatcher'; export { ScrollStrategy } from './scroll-strategy'; export { ScrollStrategyOptions } from './scroll-strategy-options'; export { RepositionScrollStrategy } from './reposition-scroll-strategy'; export { CloseScrollStrategy } from './close-scroll-strategy'; export { NoopScrollStrategy } from './noop-scroll-strategy'; export { BlockScrollStrategy } from './block-scroll-strategy'; export declare class ScrollDispatchModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }