/// export interface ButtonProps extends React.HTMLProps { level?: 'primary' | 'secondary' | 'tertiary'; loading?: boolean; loader?: any; }