import { PlatePlugin } from '@udecode/plate-common'; import { ColorConfig } from './types'; export declare const colorPlugin: (config?: ColorConfig) => PlatePlugin; //# sourceMappingURL=colorPlugin.d.ts.map