import { WidgetSettingsPropsInterface } from "..";
import { ComponentType } from "react";
export declare type WidgetSettingsComponentInterface = ComponentType<WidgetSettingsPropsInterface>;
