/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class TileLayoutResizeHandleDirective implements OnInit {
    private el;
    private renderer;
    resizeDirection: string;
    rtl: boolean;
    constructor(el: ElementRef, renderer: Renderer2);
    ngOnInit(): void;
    private setHorizontalPosition;
    private setBottom;
    private sizeHandle;
    static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutResizeHandleDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TileLayoutResizeHandleDirective, "[kendoTileLayoutResizeHandle]", never, { "resizeDirection": { "alias": "resizeDirection"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; }, {}, never, never, true, never>;
}
