export declare const Take: { "blog-take-block": { type: string; additionalProperties: boolean; required: string[]; properties: { text: { type: string; contentType: string; }; author: { type: string; additionalProperties: boolean; required: string[]; properties: { firstName: { type: string; contentType: string; }; secondName: { type: string; contentType: string; }; description: { type: string; contentType: string; }; avatar: { type: 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; }; }; }; };