import { SPEditor } from '../types/SPEditor'; /** * Get SP options by plugin key. */ export declare const getPlatePluginOptions: (editor?: SPEditor | undefined, pluginKey?: string) => import("..").PlatePluginOptions; //# sourceMappingURL=getPlatePluginOptions.d.ts.map