import { ImgHTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { PolymorphicProps } from '../factory';
export interface AvatarImageBaseProps extends PolymorphicProps {
}
export interface AvatarImageProps extends AvatarImageBaseProps, 
/**
 * @vue-ignore
 */
ImgHTMLAttributes {
}
declare const _default: DefineComponent<AvatarImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;
