import { SystemProps } from '../../system/interface'; import { ColorsType } from '../../theme/colors'; export interface SpinnerProps { size?: SystemProps['spacing']; color?: ColorsType; }