declare const _default: { button: { borderRadius: number; borderWidth: number; borderColor: string; borderStyle: string; minHeight: number; flexDirection: string; alignItems: string; justifyContent: string; paddingLeft: number; paddingRight: number; overflow: string; }; link: { flexDirection: string; alignItems: string; justifyContent: string; }; containerDefault: { borderColor: string; backgroundColor: string; }; textDefault: { color: string; }; textOther: { color: string; }; textDisabled: { color: string; }; disabledStyle: { backgroundColor: string; }; }; export default _default;