export declare class AddressLinkComponent { address: string; city: string; state: string; zip: string; constructor(); }