/// <reference types="react" />
export declare const TinaAdmin: ({ preview, Playground, config, schemaJson, }: {
    schemaJson?: any;
    preview?: (props: object) => JSX.Element;
    Playground?: (props: object) => JSX.Element;
    config: object;
}) => JSX.Element;
