export type TextareaColor = 'light' | 'dark';
export type TextareaSize = 'normal' | 'small';
