export declare type ContactDetails = { name?: string; address?: string; zipcode?: string; city?: string; country?: string; };