/** * @jsxRuntime classic * @jsx jsx */ import { jsx } from '@emotion/react'; import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { BlockControlsPlugin } from '../blockControlsPluginType'; export declare const GlobalStylesWrapper: ({ api, }: { api: ExtractInjectionAPI | undefined; }) => jsx.JSX.Element;