import * as react from 'react';
import { AllBaseProps } from 'tastycss';

/**
 * @deprecated consider using tasty() instead
 */
declare const _Base: react.ForwardRefExoticComponent<AllBaseProps<keyof HTMLElementTagNameMap> & react.RefAttributes<unknown>>;

export { _Base as Base };
