export default function Detail({ customerUrl }: {
    customerUrl: any;
}): JSX.Element;