//#region src/components/ecocup/cupList/index.d.ts interface CupListProps { data: any[]; } declare const CupList: (props: CupListProps) => JSX.Element; //#endregion export { CupList };