export declare const Styles: { containerStyle: { overflow: "hidden"; borderStyle: "solid"; alignItems: "center"; justifyContent: "center"; }; outerViewStyle: { position: "absolute"; }; avatarStyle: { height: string; width: string; marginTop: number; marginBottom: number; }; textStyle: { textAlign: "center"; textAlignVertical: "center"; }; };