import React from 'react';
import { IconProps } from '@bytedance/mona';
declare const Icon: React.FC<IconProps>;
export default Icon;
