import { IApi } from "umi"; export declare const checkAntdVersion: (api: IApi, unsupportVersion: string, minVersion: string) => boolean;