import React from 'react'; import type { NativeProps } from '@zbanx/mobile-utils'; import './index.less'; export interface CreatorTopProductLineProps extends NativeProps { channelId: number; } declare const CreatorTopProductLine: React.NamedExoticComponent; export default CreatorTopProductLine;