export interface OverviewBannerOption {
    icon: string;
    title: string;
    description: string;
}
