/** */ import * as React from 'react'; import { TinaCMSProviderProps } from './TinaCMSProvider'; import { TinaUIProps } from './TinaUI'; export interface TinaProviderProps extends TinaCMSProviderProps, TinaUIProps { } export declare const TinaProvider: React.FC; /** * @deprecated This has been renamed to `TinaProvider`. */ export declare const Tina: React.FC; /** * @deprecated This has been renamed to `TinaProviderProps`. */ export declare type TinaProps = TinaProviderProps;