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