import React from 'react'; import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { PastePlugin } from '../pastePluginType'; type Props = { api?: ExtractInjectionAPI; }; export declare const Flag: ({ api }: Props) => React.JSX.Element | undefined; export {};