/// interface LoadingWidgetProp { loading: boolean; } export default function LoadingWidget(prop: LoadingWidgetProp): JSX.Element; export {};