import { StylableComponentProps } from '../theme' export interface SpinnerProps extends StylableComponentProps { visible?: boolean size?: number }