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