import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
export declare const mediaSingleSpec: ({ withCaption, withExtendedWidthTypes, generateLocalId, }: {
    generateLocalId?: boolean | undefined;
    withCaption?: boolean | undefined;
    withExtendedWidthTypes?: boolean | undefined;
}) => NodeSpec;
