export declare const CompactMedia: { "blog-compact-media-block": { type: string; additionalProperties: boolean; properties: { image: { oneOf: ({ optionName: string; oneOf: ({ type: string; properties: { when: { type: string; }; }; } | { type: string; pattern: string; optionName: string; items?: undefined; } | { type: string; items: { type: string; properties: { when: { type: string; }; }; }; optionName: string; pattern?: undefined; })[]; type?: undefined; items?: undefined; } | { type: string; items: { oneOf: ({ type: string; properties: { when: { type: string; }; }; } | { type: string; pattern: string; optionName: string; items?: undefined; } | { type: string; items: { type: string; properties: { when: { type: string; }; }; }; optionName: string; pattern?: undefined; })[]; }; optionName: string; })[]; }; description: { type: string; contentType: string; }; paddingTop: { type: string; enum: string[]; }; paddingBottom: { type: string; enum: string[]; }; fullWidth: { type: string; }; column: { type: string; enum: string[]; }; qa: { type: string; }; anchor: { type: string; additionalProperties: boolean; required: string[]; properties: { text: { type: string; contentType: string; }; url: { type: string; }; urlTitle: { type: string; }; }; }; visible: { type: string; enum: string[]; }; resetPaddings: { type: string; }; context: { type: string; }; indent: { type: string; additionalProperties: boolean; properties: { top: { enum: string[]; }; bottom: { enum: string[]; }; }; }; type: {}; when: { type: string; }; }; }; };