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