### Summary

Loading Section is a component with a spinner, primary text and secondary text to display for a user when something on the page is loading.

```tsx
<LoadingSection>
  <LoadingSection.PrimaryText>Sit tight, we're processing your application</LoadingSection.PrimaryText>
  <LoadingSection.SecondaryText>
    This could take 60 seconds. Please do not close your browser or refesh the page.
  </LoadingSection.SecondaryText>
</LoadingSection>
```
