import { WithOverride } from '../types'; import { PlatePlugin } from '../types/PlatePlugin/PlatePlugin'; import { SPEditor } from '../types/SPEditor'; /** * Helper to get a plate plugin returning `withOverrides` */ export declare const getPlatePluginWithOverrides: WithOverride = (...args: any) => WithOverride>(withOverrides: V) => (...options: Parameters) => PlatePlugin; //# sourceMappingURL=getPlatePluginWithOverrides.d.ts.map