export type NavBarThemeVars = {
    navBarHeight?: string;
    navBarBackground?: string;
    navBarArrowSize?: string;
    navBarIconColor?: string;
    navBarTextColor?: string;
    navBarTitleFontSize?: string;
    navBarTitleTextColor?: string;
    navBarZIndex?: number | string;
};
