import type { ExportSettings } from '@zakodium/nmrium-core'; export declare function getSizeInPixel(exportPageOptions: ExportSettings): { width: number; height: number; }; //# sourceMappingURL=getSizeInPixel.d.ts.map