export declare const DEFAULT_SETTINGS: { readonly rootFontSize: 16; readonly maxViewportWidth: 1440; readonly minViewportWidth: 375; readonly dpi: { readonly web: 96; readonly print: 300; readonly legacy: 72; }; }; export type DefaultSettings = typeof DEFAULT_SETTINGS; //# sourceMappingURL=defaults.d.ts.map