import { Config } from '../config/ConfigProvider'; import { JSONArticleData } from '../render/types'; export declare const Template: ({ data, config: configArg, theme: argsTheme, metaSlot, externalId }: any, { config: configGlobal, theme: globalTheme }: any) => import("react/jsx-runtime").JSX.Element; export declare const jsonArticleStory: (data: JSONArticleData, config?: Config) => any;