export interface ModelSelect { label: string value: string } export interface Props { activeIndex: number }