import type { App } from 'vue'; /** * 注册Antd组件 * @param {*} app */ export declare function useAntd(app: App): void;