export interface CommonProps { bgColor?: 'white' | 'grey'; } export interface CommonThemeProps { theme?: 'white' | 'grey'; }