import { Config } from '../config/ConfigProvider'; import { JSONChildren } from '../render/types'; export declare const Template: ({ data, config: configArg, theme: argsTheme, render }: any, { config: configGlobal, theme: globalTheme }: any) => any; export declare const jsonContentStory: (data: JSONChildren, config?: Config) => any; export declare const jsonCustomStory: (data: JSONChildren, config?: Config, render?: ({ data, config, theme }: any) => JSX.Element) => any;