import { InputSignalWithTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ListGroupDirective {
    /**
     * Remove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., `<CCard>`).
     * @type boolean
     */
    readonly flush: InputSignalWithTransform<boolean, unknown>;
    /**
     * Specify horizontal layout type.
     */
    readonly horizontal: import("@angular/core").InputSignal<string | boolean | undefined>;
    readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ListGroupDirective, "[cListGroup]", never, { "flush": { "alias": "flush"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}
