declare const _default: { baseStyle: { backgroundColor: string; borderWidth: number; borderStyle: string; borderColor: string; borderRadius: string; color: string; padding: number; _android: { [x: string]: any; }; _ios: { [x: string]: any; }; _web: { [x: string]: any; }; _invalid: { borderColor: string; backgroundColor: string; color: string; }; _focus: { borderColor: string; backgroundColor: string; color: string; }; _hover: { borderColor: string; backgroundColor: string; color: string; }; _disabled: { borderColor: string; backgroundColor: string; color: string; }; _readOnly: { borderColor: string; backgroundColor: string; color: string; }; }; }; export default _default;