export default function ProgressDialogInner({ children, ...props }: React.HTMLAttributes) { return
{ children }
}