import { PhysicsOptions } from '../../../types/index.ts'; import { ZoomContributeCtx, ZoomProvider, ZoomStrategy } from '../types'; import { Animation } from '../../../animation'; export declare const STATIC_PHYSICS: PhysicsOptions; export declare class StaticBackgroundStrategy implements ZoomStrategy { readonly physics: PhysicsOptions; contribute(_ctx: ZoomContributeCtx): Animation[]; } export declare function createStaticProvider(): ZoomProvider; //# sourceMappingURL=static.d.ts.map