- import { FunctionalComponent } from 'vue';
- import { AntdIconProps } from '../components/AntdIcon';
- export interface DiffTwoToneIconType extends FunctionalComponent<AntdIconProps> {
- displayName: string;
- }
- declare const DiffTwoTone: DiffTwoToneIconType;
- export default DiffTwoTone;
|