import { Viewer } from "../Viewer";
export declare function setMarkupColor(viewer: Viewer, r?: number, g?: number, b?: number): void;
