export declare class Phone { phoneLabel: string; phoneNum: string; render(): any; }