/// export declare function PurchaseDetails({ title, info, url, }: { title: string; info: string; url?: string | null; }): JSX.Element;