import * as React from 'react'; import { Editor } from 'slate-react'; import { UuiContexts } from "@epam/uui-core"; interface TableProps { editor: Editor; isVisible: boolean; } export declare class TableBar extends React.Component { static contextType: React.Context>; context: UuiContexts; tablebar: HTMLElement; private layer; constructor(props: TableProps, context: UuiContexts); componentWillUnmount(): void; virtualReferenceElement(): { getBoundingClientRect: () => any; clientWidth: number; clientHeight: number; }; isBlock: (blockType: string) => boolean; isTableCell: () => boolean; isMerged: () => boolean; render(): JSX.Element; } export {}; //# sourceMappingURL=TableBar.d.ts.map