/// <reference types="react" />
interface ToldWidgetProps {
    surveyId: string;
    sourceID: string;
    params: string[];
    widgetUrl: string;
}
export default function ToldWidget({ surveyId, sourceID, params, widgetUrl, }: ToldWidgetProps): JSX.Element;
export {};
//# sourceMappingURL=ToldWidget.d.ts.map