/// //#region src/components/ecocup/customerList/index.d.ts interface CustomerListProps { data: any[]; } declare function CustomerList(props: CustomerListProps): JSX.Element; //#endregion export { CustomerList };