consider exporting everything as a [styled custom component](https://styled-components.com/docs/basics#styling-any-component) to allow me to do something like ``` styled.div` ${ImpulseSpinner} { position: absolute; width: 100%; height: 100%; } ` ```