import { FunctionComponent } from 'react'; import { CustomWidgetProps } from './types'; /** * Component that renders a custom widget. * * @internal */ export declare const CustomWidget: FunctionComponent;