import type { ExportSettings, Unit } from '@zakodium/nmrium-core'; export declare function useExportConfigurer(options: ExportSettings): { widthInPixel: number; heightInPixel: number; isAspectRatioEnabled: boolean; changeDPI: (value: any) => { width: number; height: number; }; changeUnit: ({ unit }: { unit: Unit; }) => { width: number; height: number; }; changeSize: (value: number, target: "width" | "height", source: "width" | "height") => number; enableAspectRatio: import("react").Dispatch>; }; //# sourceMappingURL=useExportConfigurer.d.ts.map