import React from "react"; export default function Header({ showAreaSelector, showTrendingsV2Icon, navbarTitle, }: { showAreaSelector?: boolean; showTrendingsV2Icon?: boolean; navbarTitle?: string; }): React.JSX.Element;