/**----------------------------------------------------------------------------------------- * 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 `EndsWith` (**Ends with**) string 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 values that end with the specified text. * 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 EndsWithFilterOperatorComponent extends FilterOperatorBase { constructor(ctx: ContextService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }