export interface AngularBottomSheetConfig { title?: string; backgroundColor?: string; fontColor?: string; enableCloseButton?: boolean; closeButtonTitle?: string; darkTheme?: boolean; }