import { ParsedElement } from './elements/parsed-element';
export declare function defaultToJson(this: ParsedElement): any;
