import { IgxDropDownItemBaseDirective } from './drop-down-item.base'; /** * The `` is a container intended for row items in * a `` container. */ export declare class IgxDropDownItemComponent extends IgxDropDownItemBaseDirective { /** * @inheritdoc */ /** * @inheritdoc */ focused: boolean; /** * @inheritdoc */ /** * @inheritdoc */ selected: boolean; /** * @hidden @internal */ readonly setTabIndex: number; /** * @hidden @internal */ clicked(event: any): void; }