import { Property } from '../../../objects/request/properties/property';
export declare class FormGroupComponent {
Property: Property;
ShowTooltip: boolean;
readonly OrientationClass: string;
readonly GroupContainerClass: string;
readonly GroupClass: string;
}