/// export default function SwapHeader({ title, hideSettings, }: { title?: string; hideSettings?: boolean; }): JSX.Element;