export declare const docSize: { readonly width: number; readonly height: number; }; export declare const docScroll: { top: number; left: number; };