import { OnInit } from '@angular/core';
import { JsonSchemaFormService } from '../../library/json-schema-form.service';
export declare class MaterialCardComponent implements OnInit {
    private jsf;
    private options;
    private expanded;
    formID: number;
    layoutNode: any;
    layoutIndex: number[];
    dataIndex: number[];
    constructor(jsf: JsonSchemaFormService);
    ngOnInit(): void;
    private expand();
}
