export type TextFieldType = 'text' | 'number' | 'password' | 'search' | 'color' | 'email';
export type Variant = 'primary' | 'secondary';
