export declare class FormContentBlockEntity {
    Content: string | null;
    WrapperCssClass: string | null;
    TagName: string;
}
