export declare const styles: { wrapper: { display: "flex"; }; container: { padding: number; borderRadius: number; display: "flex"; flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; borderWidth: number; borderColor: string; }; button: { backgroundColor: string; display: "flex"; justifyContent: "center"; alignItems: "center"; borderRadius: number; paddingHorizontal: number; paddingVertical: number; marginRight: number; }; buttons: { display: "flex"; flexDirection: "row"; flexWrap: "wrap"; maxWidth: string; }; settings: { display: "flex"; justifyContent: "center"; marginRight: number; flexDirection: "row"; alignItems: "center"; height: string; padding: number; }; remove: {}; divider: { backgroundColor: string; alignSelf: "stretch"; width: number; marginHorizontal: number; }; items: { display: "flex"; flexWrap: "wrap"; marginTop: number; borderWidth: number; borderColor: string; borderRadius: number; padding: number; }; item: { display: "flex"; width: string; padding: number; marginVertical: number; }; caret: { transform: { rotate: string; }[]; marginBottom: number; }; caretOpen: { transform: { rotate: string; }[]; marginBottom: number; }; placeholder: { color: string; }; disabled: { opacity: number; }; text: { color: string; }; };