import { SuperJSONProps } from "./tools"; import * as React from "react"; export default function SuperJSONComponent

({ component, props, children }: { component: React.ComponentType

; props: SuperJSONProps

; children?: React.ReactNode; }): JSX.Element;