import { DekPluginElementProps } from '@appkit/dek-plugin'; type Props = DekPluginElementProps & { json?: any; }; declare const JsonView: ({ json }: Props) => import("react/jsx-runtime").JSX.Element; export default JsonView;