import React from 'react'; export default function OrderHistory({ title }: { title?: string; }): React.JSX.Element;