import { BmbyEntity } from "./BmbyEntity"; import { Image } from "../index"; export declare class Contact extends BmbyEntity { constructor(); readonly defaultMobile: string; readonly defaultPhone: string; relatedEntityType: string; readonly avatar: Image; readonly businessCard: string; description: string; address: string; relatedEntityId: string; id: string; firstName: string; lastName: string; companyName: string; email: string; mobile: string; mobile2: string; phone: string; phone2: string; fax: string; fax2: string; }