export type Variants = 
        | 'contained'
        | 'outlined'
        | 'text'