export declare class Address { addressType: string; campusLocationName: string; streetInfo: string; cityStateZip: string; render(): any; }