import { Blueprint, Layout } from '../types';
/**
 * Converts a Blueprint (from FlowMolio Studio) to a Layout object that can be used with renderFlowMolio
 */
export declare function convertBlueprintToLayout(blueprint: Blueprint): Layout;
