import React from 'react'; import type { NativeProps } from '@zbanx/mobile-utils'; import type { BasicTarget } from 'ahooks/es/utils/domTarget'; export interface CreatorProductProps extends NativeProps { scrollRef: BasicTarget; channelId: number; } declare const CreatorProduct: React.NamedExoticComponent; export default CreatorProduct;