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