import type { FunctionalComponent } from 'vue'; declare const Avatar: FunctionalComponent<{}, {}>; export default Avatar;