import { FunctionalComponent } from 'vue'; import { AntdIconProps } from '../components/AntdIcon'; export interface MacCommandFilledIconType extends FunctionalComponent { displayName: string; } declare const MacCommandFilled: MacCommandFilledIconType; export default MacCommandFilled;