type Props = { customer_id: string; }; export default function CustomerPaymentList({ customer_id }: Props): import("react").JSX.Element; export {};