import { FunctionalComponent } from "../../../stencil-public-runtime"; export declare const JsonValue: FunctionalComponent<{ value: any; collapseDepth?: number; }>;