export interface IRoutes { name: string; tabBarLabel: string; tabBarIcon: SVGElement; } export interface IState { index: number; routes: IRoutes[]; }