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