import * as React from 'react'; import { PlateElementProps } from '@udecode/plate-common'; export declare function NotePluginBlock({ attributes, children, nodeProps }: PlateElementProps): React.JSX.Element; //# sourceMappingURL=NotePluginBlock.d.ts.map