import { BaseResponsiveProps } from "../../../responsive/type.js"; import React from "react"; //#region src/components/ecocup/cupProject/index.d.ts interface EcoCupProjectProps extends BaseResponsiveProps {} declare const _default: React.ForwardRefExoticComponent>; //#endregion export { _default };