/**



*/
/// <reference types="react" />
import { TinaCMSConfig } from '../tina-cms';
export declare function withTina(Component: any, config?: TinaCMSConfig): (props: any) => JSX.Element;
