import { ContentfulMigrationGenerator } from "../types";
export declare const VERSION_BLOCK_TEXT_IMAGE: {
    en: {
        default: string;
        monochrome: string;
    };
    de: {
        default: string;
        monochrome: string;
    };
};
export declare const getBlockLogosMigration: ContentfulMigrationGenerator;
