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