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