import { BlurBackgroundStrategy, OverlayStrategy } from './blur'; import { ExpandBackgroundStrategy } from './expand'; import { StaticBackgroundStrategy } from './static'; import { ZoomProvider, ZoomStrategy, ZoomType } from '../types'; import { PhysicsOptions } from '../../../types/index.ts'; export declare const ZOOM_PROVIDERS: Record; export type BackgroundStrategyWithPhysics = ZoomStrategy & { physics: PhysicsOptions; }; export declare function createBackgroundStrategy(type: ZoomType): BackgroundStrategyWithPhysics; export { BlurBackgroundStrategy, ExpandBackgroundStrategy, OverlayStrategy, StaticBackgroundStrategy, }; //# sourceMappingURL=index.d.ts.map