import { ScrollAction, ScrollOptions } from './types'; export declare function computeFrameScrollActions(elements: readonly Element[], frames: readonly HTMLIFrameElement[], target: Element, options: ScrollOptions): ScrollAction[]; //# sourceMappingURL=compute-frame-scroll-action.d.ts.map