/**
 * Image 组件用来展示图像。
 *
 * @example
 * ```vue
 * <template>
 *     <div>
 *         <f-image class="mb-3" :src="'/farris-docs/assets/wx-ubml.jpg'" :alt="'UBML社群'"></f-image>
 *         <f-image class="mb-3" :src="''" :alt="'错误文字'" ></f-image>
 *     </div>
 *
 * </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;
