export declare const Styles: { container: { alignItems: "center"; }; container0: { width: number; }; container1: { width: number; }; container2: { width: number; }; container3: { width: number; }; containerHorizontal: { width: string; flex: number; flexDirection: "row"; }; iconContainer: { justifyContent: "center"; alignItems: "center"; }; iconContainer0: { width: number; height: number; borderRadius: number; }; iconContainer1: { width: number; height: number; borderRadius: number; }; iconContainer2: { width: number; height: number; borderRadius: number; }; iconContainer3: { width: number; height: number; borderRadius: number; }; iconContainerDisabled: { backgroundColor: string; }; iconContainerDisabledSelected: { backgroundColor: string; }; icon: { resizeMode: "contain"; width: number; height: number; }; iconText: { fontFamily: string | undefined; fontSize: number; color: string; }; iconTextSelected: { color: string; }; title: { marginTop: number; textAlign: "center"; fontSize: number; fontFamily: string | undefined; color: string; }; title3: { display: "none"; }; titleDisabled: { color: string; }; titleHorizontal: { marginTop: number; flex: number; textAlign: "left"; marginLeft: number; }; listContainer: { alignItems: "center"; }; };