declare const _default: { defaultProps: { size: string; }; baseStyle: () => { mb: string; _text: { color: string; }; _invalid: { _text: { color: string; }; }; }; sizes: { xs: { _text: { [x: string]: any; }; }; sm: { _text: { [x: string]: any; }; }; }; }; export default _default;