export type StyleVariant = 'default' | 'light' | 'inverse';
export type ColorVariant = 'default' | 'info' | 'success' | 'warning' | 'danger';
