/** * @file /src/constants/paperColours.ts * @name PaperColours * @description Constants for paper colours in the editor. */ export declare const LIGHT_PAPER_COLOUR: string; export declare const DARK_PAPER_COLOUR: string; export declare const DEFAULT_PAPER_COLOUR: string; //# sourceMappingURL=paperColours.d.ts.map