import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import type { LayoutPluginOptions } from '../types';
import type { LayoutState } from './types';
export declare const DEFAULT_LAYOUT = "two_equal";
declare const _default: (options: LayoutPluginOptions, editorAnalyticsAPI?: EditorAnalyticsAPI) => SafePlugin<LayoutState>;
export default _default;
