import { ContentfulMigrationGenerator } from "../types";
export declare const VERSION_BLOCK_TAB_SECTION_TEXT_IMAGE: {
    en: {
        imageLeft: string;
        imageRight: string;
    };
    de: {
        imageLeft: string;
        imageRight: string;
    };
};
export declare const getBlockTabSectionsMigration: ContentfulMigrationGenerator;
