import type { EditorAppearance } from '../types'; /** * Calculate maximum width allowed for media single node in fix-width editor in new experience * @param containerWidth width of editor container */ export declare const calcMediaSingleMaxWidth: (containerWidth: number, editorAppearance?: EditorAppearance) => number;