/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class ListItemDirective {
    element: ElementRef;
    constructor(element: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<ListItemDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemDirective, "\"li[role=option], li[role=group], li[role=presentation]\"", never, {}, {}, never, never, true, never>;
}
