export declare class Biography { src: string; alt: string; nameandcredentials: string; phonenumber: string; email: string; faxnumber: string; officelocationshow: boolean; render(): any; }