import { availableColors, QuickAction } from '../types'; import { ThemeTypesModel } from '../../../Themes/theme_types'; interface HeaderActionsStickerBarProps { theme: ThemeTypesModel; actionsList: QuickAction[]; isInverse: boolean; color: availableColors; } export type { HeaderActionsStickerBarProps };