import type { Position } from 'css-box-model'; type Args = { scrollHeight: number; scrollWidth: number; height: number; width: number; }; export default _default; declare function _default({ scrollHeight, scrollWidth, height, width }: Args): Position;