import { StylableComponent } from '.'

export interface SpinnerProps extends StylableComponent {
    visible?: boolean
    size?: number
}
