import * as React from "react";
import { WidgetDisplayPropsInterface } from "..";
export declare type WidgetDisplayComponentInterface = React.ComponentType<WidgetDisplayPropsInterface>;
