import { FunctionalComponent } from '../stencil-public-runtime';
import { GenericIdentifierType } from '../utils/GenericIdentifierType';
import '../components/json-viewer/json-viewer';
export declare class JSONType extends GenericIdentifierType {
    private _parsedJsonResult;
    private getParsedJson;
    getSettingsKey(): string;
    hasCorrectFormat(): Promise<boolean>;
    init(): Promise<void>;
    isResolvable(): boolean;
    renderPreview(): any;
    renderBody(): FunctionalComponent<never>;
}
