import React from 'react';
import '../styles/TextToolbar.css';
declare const TextToolbar: React.FC;
export default TextToolbar;
