export interface ButtonStyles { backgroundColorIdle?: string; backgroundColorHover?: string; backgroundColorPressed?: string; foregroundColorIdle?: string; foregroundColorHover?: string; foregroundColorPressed?: string; borderRadius?: number; boxShadow?: string; fontWeight?: number; fontFamily?: string; height?: number; width?: string; }