export declare const mediaSingle: import("@atlaskit/adf-schema-generator/dist/types/adfNode").ADFNode<[string, "caption", "full", "width_type"], import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFCommonNodeSpec & {
    atom: false;
    ignore: any[];
    marks: any[];
    contentMinItems: number;
    contentMaxItems: number;
    content: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentOrSpec[];
    DANGEROUS_MANUAL_OVERRIDE: {
        'pm-spec': {
            content: {
                value: string;
                reason: string;
            };
            attrs: {
                value: {
                    layout: {
                        default: string;
                    };
                    width: {
                        default: any;
                    };
                };
                reason: string;
            };
        };
    };
} & {
    atom: false;
    content: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentRangeSpec[];
    ignore: any[];
    marks: any[];
    DANGEROUS_MANUAL_OVERRIDE: {
        'pm-spec': {
            content: {
                value: string;
                reason: string;
            };
        };
    };
} & {
    content: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentRangeSpec[];
    ignore: "json-schema"[];
    marks: any[];
    DANGEROUS_MANUAL_OVERRIDE: {
        'pm-spec': {
            content: {
                value: string;
                reason: string;
            };
        };
    };
}>;
