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