declare const styles: { container: { backgroundColor: string; flex: number; }; wrapper: { flex: number; }; dropdown: { marginTop: string; justifyContent: "flex-start"; paddingBottom: number; paddingHorizontal: number; backgroundColor: string; borderTopLeftRadius: number; borderTopRightRadius: number; overflow: "hidden"; }; controlButtonBlock: { width: string; justifyContent: "center"; alignItems: "center"; paddingTop: number; paddingBottom: number; }; controlButton: { width: number; height: number; backgroundColor: string; borderRadius: number; }; }; export { styles as default };