/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ElementRef, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class BooleanFilterRadioButtonDirective {
    private hostElement;
    private renderer;
    columnLabel: string;
    radioButtonEl: HTMLInputElement;
    constructor(hostElement: ElementRef, renderer: Renderer2);
    ngAfterViewInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterRadioButtonDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanFilterRadioButtonDirective, "[kendoFilterMenuRadioButton]", never, { "columnLabel": { "alias": "columnLabel"; "required": false; }; }, {}, never, never, true, never>;
}
