import { FunctionComponent } from 'react'; import { CustomWidgetProps } from '../props'; /** * Component that renders a custom widget. * * @internal */ export declare const CustomWidget: FunctionComponent; //# sourceMappingURL=custom-widget.d.ts.map