export interface BlackFridayBannerProps {
    $variant?: 'dashboard' | 'main';
    backgroundText: string;
    title: string;
    text: string;
}
