import React from 'react'; export declare function RichTextToolBar(props: { onChange: (s: string) => void; }): React.JSX.Element | null;