/**
 * Avatar 组件用来展示人员头像。
 *
 * @example
 * ```vue
 * <script setup lang="ts">
 *
 * import { imgData } from './mockData';
 *
 * </script>
 *
 * <template>
 *
 *     <f-avatar :avatarWidth="100" :avatarHeight="100" :cover="imgData" :title="'图片说明'"></f-avatar>
 * </template>
 * ```
 *
 * @public
 */
declare const _default: import("vue").DefineComponent<{
    [x: string]: any;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
    [x: string]: any;
}> & Readonly<{}>, {
    [x: string]: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
