export type ButtonType = 'ellipse' | 'text'; export type ButtonColor = 'blue' | 'red' | 'green'; export type ButtonSize = 'large' | 'small';