import { type WidthPlugin } from './widthPluginType';
/**
 * Width plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor`
 * from `@atlaskit/editor-core`.
 */
export declare const widthPlugin: WidthPlugin;
