export declare type TCanvasGrid = { width: number; height: number; shouldDegrade: boolean; isCanvasDarkMode: boolean; };