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