/**
 * Convert html to xojl structure and get the entities
 */
export declare const Html2XojlConvertedDatasetFlow: (data: {
    cleanHTML: string;
    cleanCSS: string;
    trackElementData: any;
}) => Promise<any>;
