/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ContextService } from '../../common/provider.service';
import { FilterOperatorBase } from './filter-operator.base';
import * as i0 from "@angular/core";
/**
* Represents the `IsEmpty` (**Is empty**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
* Use this operator to filter out values that are empty strings.
* For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
*
* @example
* ```html Filter Cell
*
*
*
*
*
*
*
* ```
* ```html Filter Menu
*
*
*
*
*
*
*
* ```
*/
export declare class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
constructor(ctx: ContextService);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}