1 | import * as React from 'react';
|
2 | import { AntdIconProps } from '../components/AntdIcon';
|
3 | /** */
|
4 | declare const RefIcon: React.ForwardRefExoticComponent<Omit<AntdIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
|
5 | export default RefIcon;
|