import { MTextToolbarColorPickerFactory } from '@mlightcad/cad-simple-viewer'; /** * Creates a toolbar color picker factory that mounts a unified (ACI + RGB) * picker in the MTEXT toolbar and syncs with {@link MTextInputBox} colors. */ export declare function createMlColorIndexPickerToolbarFactory(): MTextToolbarColorPickerFactory; //# sourceMappingURL=createMlColorIndexPickerToolbarFactory.d.ts.map