import * as React from "react";
import { WidgetContextInterface, WidgetBaseContextInterface } from "..";
export declare const WidgetSettingsRenderWithSteps: React.NamedExoticComponent<{
context: WidgetContextInterface;
baseContext: WidgetBaseContextInterface;
}>;