export interface RouteDefinition { path?: string, component?: any, as?: string, name?: string, useAsDefault?: boolean }