import { AvatarColor, AvatarSize } from "./viewModel";
export interface Props {
    id?: string;
    size?: AvatarSize;
    people?: {
        firstName?: string;
        lastName?: string;
    };
    color?: AvatarColor;
}
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=PeopleAvatar.vue.d.ts.map