import { SimpleDxfDrawColor } from "./SimpleDxfDrawColor"; export declare class SimpleDxfDrawColorExtensions { private static getHexPart; static getDescription(color: SimpleDxfDrawColor): string; }