export interface AvatarDrawerPropsModel {
    title: string;
    company: string;
}
