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