/// interface IProps { title: string; } export declare function NavBar({ title, ...props }: IProps): JSX.Element | null; export {};