import * as React from 'react'; import { Editor } from 'slate-react'; import { UuiContexts } from '@epam/uui-core'; interface MergeCellBarProps { editor: Editor; selectedCells: any[]; clearSelection: () => any; } export declare class MergeCellBar extends React.Component { static contextType: React.Context>; context: UuiContexts; tableBar: HTMLElement; private layer; constructor(props: MergeCellBarProps, context: UuiContexts); componentWillUnmount(): void; virtualReferenceElement(): { getBoundingClientRect: () => any; clientWidth: number; clientHeight: number; }; isSomeMerged(cells: any): any; render(): JSX.Element; } export {}; //# sourceMappingURL=MergeCellBar.d.ts.map