export interface DropdownConfig {
    dropdown?: string[];
    title?: string;
    ico?: string;
    hasIcon?: boolean;
}
