/// import { GetEditor } from '../../types'; declare const InlineStyleControls: ({ getEditor }: { getEditor: GetEditor; }) => JSX.Element; export default InlineStyleControls;