export declare const DPI: { readonly 72: 72; readonly 96: 96; readonly 200: 200; readonly 300: 300; readonly 400: 400; }; export type DPIType = (typeof DPI)[keyof typeof DPI]; //# sourceMappingURL=DPI.d.ts.map