import { IgxDropDownGroupComponent } from '../drop-down/drop-down-group.component';
import * as i0 from "@angular/core";
/**
 * The `<igx-select-item>` is a container intended for row items in
 * a `<igx-select>` container.
 */
export declare class IgxSelectGroupComponent extends IgxDropDownGroupComponent {
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxSelectGroupComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxSelectGroupComponent, "igx-select-item-group", never, {}, {}, never, ["igx-select-item"], true, never>;
}
