declare const config: { canvasName: string; canvas_expansion: number; initFill: { color: string; opacity: number; }; initStroke: { width: number; color: string; opacity: number; }; text: { stroke_width: number; font_size: number; font_family: string; }; initOpacity: number; colorPickerCSS: null; initTool: string; exportWindowType: string; wireframe: boolean; showlayers: boolean; no_save_warning: boolean; langPath: string; extPath: string; canvgPath: string; jspdfPath: string; imgPath: string; jGraduatePath: string; extIconsPath: string; dimensions: number[]; gridSnapping: boolean; gridColor: string; baseUnit: string; snappingStep: number; showRulers: boolean; showGrid: boolean; }; export default config;