export declare const DEFAULT_WIDTH = 1080; export declare const DEFAULT_HEIGHT = 1920; export declare const RULER_STYLE: { rulerId: string; size: number; startX: number; startY: number; width: number; height: number; scrollLeft: number; scrollTop: number; paperRect: boolean; paperRectColor: string; paperWidth: number; paperHeight: number; unitMode: string; unit: { backgroundColor: string; fontColor: string; fontSize: number; }; backgroundColor: string; fontSize: number; fontColor: string; fontWeight: string; fontMode: string; gap: number; tickColor: string; tickWidth: number; border: boolean; borderColor: string; borderWidth: number; scale: number; show: boolean; };