declare namespace NavBar { export type NavBarProps = { title: string, fontSize?: number, color?: string, background?: string, icon?: React.ReactElement, fixed: boolean } }