import * as React from 'react';
export type InlineToolbarProps = {};
export declare const InlineToolbar: React.FC<InlineToolbarProps>;
