import Vue from 'vue';

declare class Avatar extends Vue {
    label?: string;
    icon?: string;
    image?: string;
}

export default Avatar;