import { TextWidgetProps } from "../TextWidget";
declare const URLWidget: (props: TextWidgetProps) => JSX.Element;
export default URLWidget;
