export declare class SchemaFormEditorUtilities {
    static deepCopy(object: any): any;
    static getIndentText(length: number): string;
}
