import * as i0 from "@angular/core";
export declare class FieldSetItemComponent {
    allowFullWidth: boolean;
    allowOverflow: boolean;
    allowWrap: boolean;
    get align(): "center" | "flex-start";
    static ɵfac: i0.ɵɵFactoryDeclaration<FieldSetItemComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FieldSetItemComponent, "acl-field-set-item", never, { "allowFullWidth": { "alias": "allowFullWidth"; "required": false; }; "allowOverflow": { "alias": "allowOverflow"; "required": false; }; "allowWrap": { "alias": "allowWrap"; "required": false; }; }, {}, never, ["label", "*", "[aclFieldSetItemAction]"], true, never>;
}
export declare class FieldSetItemActionDirective {
    static ɵfac: i0.ɵɵFactoryDeclaration<FieldSetItemActionDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<FieldSetItemActionDirective, "[aclFieldSetItemAction]", never, {}, {}, never, never, true, never>;
}
