export declare const DropdownStyles: Readonly<{ rootContainer: { width: number; }; button: { width: string; borderWidth: number; height: number; alignItems: "center"; justifyContent: "space-between"; flexDirection: "row"; paddingHorizontal: number; borderColor: string; }; icon: { height: number; width: number; resizeMode: "contain"; tintColor: string; }; label: { color: string; fontSize: number; }; modalContainer: { flex: number; backgroundColor: string; }; modalBackgroundTouchable: { width: string; height: string; justifyContent: "center"; alignItems: "center"; }; dialog: { backgroundColor: string; paddingVertical: number; borderRadius: number; alignItems: "center"; justifyContent: "center"; width: number; maxHeight: number; minHeight: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; }; flatListContainer: { width: number; }; }>; export declare const DropdownListItemStyles: Readonly<{ rootContainer: { paddingVertical: number; minWidth: number; alignItems: "center"; }; button: { width: string; minHeight: number; justifyContent: "center"; alignItems: "center"; backgroundColor: string; paddingHorizontal: number; }; buttonSelected: { width: string; minHeight: number; justifyContent: "center"; alignItems: "center"; backgroundColor: string; paddingHorizontal: number; }; text: { fontSize: number; fontWeight: "600"; textAlign: "center"; color: string; }; }>; //# sourceMappingURL=styles.d.ts.map