export interface SpinnerStyles {
    container: string;
    inner: string;
}
