export declare const Style: { container: { flex: number; }; infoIconStyle: { height: number; width: number; tintColor: string; }; appBarStyle: { flexDirection: "row"; paddingEnd: number; alignItems: "center"; }; stackMe: { height: string; width: string; position: "absolute"; zIndex: number; }; };