export declare class UpdateCompanyProfileDto {
    companyName?: string;
    webSite?: string;
    companyAddress: string;
    mobileCode: string;
    phoneNumber?: string;
    email?: string;
    aboutCompany?: string;
}
