import * as React from 'react'; import { IconPropsType } from './PropsType'; import '@ant-design/mobile-styles/lib/Icon'; declare const Icon: React.FC; export default Icon;