import * as react from 'react'; import { AllBaseProps } from 'tastycss'; /** * @deprecated consider using tasty() instead */ declare const _Base: react.ForwardRefExoticComponent & react.RefAttributes>; export { _Base as Base };