export declare const SelectBox: { defaultProps: {}; baseStyle: { borderColor: string; borderWidth: number; borderRadius: string; flexDirection: string; w: number; h: number; p: number; _hover: { bgColor: string; }; display: string; }; variants: { button: (props: any) => { borderBottomLeftRadius: string | number; borderBottomRightRadius: string | number; }; list: (props: any) => { display: string; backgroundColor: string; borderTopRightRadius: string | number; borderTopLeftRadius: string | number; }; }; }; //# sourceMappingURL=SelectBox.theme.d.ts.map