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