/** * Simple * */ export declare function setIconPath(path: string): void; export declare function getIconPath(): string;