import { JSONObject } from '../../types/json'; import { MitosisComponent } from '../../types/mitosis-component'; export declare const mapBuilderContentStateToMitosisState: (value: JSONObject) => MitosisComponent['state'];