declare function baseStyle(props: Record): { bg: any; borderColor: any; borderWidth: number; borderBottomWidth: number; borderRadius: string; fontSize: string; fontWeight: string; whiteSpace: string; px: number; }; declare const _default: { baseStyle: typeof baseStyle; defaultProps: { shadow: number; }; }; export default _default;