import React from 'react'; import { PlateEditor, PlatePlugin } from '@udecode/plate-common'; import { WithToolbarButton } from '../../implementation/Toolbars'; export declare const videoPlugin: () => PlatePlugin; interface IVideoButton { editor: PlateEditor; } export declare function VideoButton({ editor, }: IVideoButton): React.JSX.Element; export {}; //# sourceMappingURL=videoPlugin.d.ts.map