export declare class IllustrationUtils { static getBorder(): string; static getColor(): string; static setBorder(val: string): void; static setColor(val: string): void; }