CrmHeaderProps: Omit<NativeStackHeaderProps, "navigation" | "route"> & {
    navigation: CrmStackNavigationProp;
    route: CrmRouteProp;
}