import React from 'react'; /** * A toolbar button that allows the user to insert a table. * For this button to work, you need to have the `tablePlugin` plugin enabled. */ export declare const InsertTable: React.FC;