import type { SharedSpinProps } from '../../_internal'; export type ButtonSize = 'tiny' | 'small' | 'medium' | 'large'; export type ButtonSpinProps = SharedSpinProps; export type ButtonType = 'default' | 'tertiary' | 'primary' | 'info' | 'success' | 'warning' | 'error';