import { Layout, DataSources } from '../types';
/**
 * Renders an SVG with data bindings applied
 * This is a pure rendering function without any hover/inspection functionality
 */
export declare function renderFlowMolio(layout: Layout, dataSources: DataSources): Promise<string>;
