import { OnInit } from '@angular/core';
import { FormGroup } from '@angular/forms';
export declare class StFormComponent implements OnInit {
    schema: any;
    form: FormGroup;
    model: any;
    ngOnInit(): void;
    isRequired(propertyName: string): boolean;
}
