export declare class FormPageEntity {
    PageLabel: string;
    ButtonLabel: string;
    AllowStepBackward: boolean;
    BackLinkLabel: string;
    SfViewName: string;
    CssClass: string | null;
    SfFieldType: string;
    SfFieldName: string;
}
