export function TwoColumn({ id, width, height, component, onComponentClick, currentState, onEvent, paramUpdated, changeCanDrag, onComponentOptionChanged, onComponentOptionsChanged, darkMode, fireEvent, setExposedVariable, setExposedVariables, registerAction, styles, properties, variablesExposedForPreview, exposeToCodeHinter, events, setProperty, mode, exposedVariables, testResultData, containerProps, }: { id: any; width: any; height: any; component: any; onComponentClick: any; currentState?: { components: {}; } | undefined; onEvent: any; paramUpdated: any; changeCanDrag: any; onComponentOptionChanged: any; onComponentOptionsChanged: any; darkMode: any; fireEvent: any; setExposedVariable: any; setExposedVariables: any; registerAction: any; styles: any; properties: any; variablesExposedForPreview: any; exposeToCodeHinter: any; events: any; setProperty: any; mode: any; exposedVariables: any; testResultData: any; containerProps: any; }): import("react/jsx-runtime").JSX.Element;