import React from 'react'; import './index.less'; import type { BaseResponsiveProps } from '../../../responsive/type'; interface EcoCupProjectProps extends BaseResponsiveProps { } declare const _default: React.ForwardRefExoticComponent>; export default _default;