import React from 'react'; import type { CommonPropsType, unknownFunction } from '../../types'; import type { DataType } from '../../../configs/components/wd-icon'; import '../style'; export declare const WdIcon: React.ForwardRefExoticComponent>; export interface WdIconProps extends CommonPropsType, DataType { [handlers: `on${string}`]: unknownFunction; }