import * as React from 'react'; type Props = React.PropsWithChildren<{ componentProps: T; component: React.JSXElementConstructor; inProgress: boolean; }>; declare const _default: React.NamedExoticComponent>; export default _default;