import { IgxColumnResizingService } from './resizing.service'; import { IgxColumnResizerDirective } from './resizer.directive'; export declare class IgxGridColumnResizerComponent { colResizingService: IgxColumnResizingService; constructor(colResizingService: IgxColumnResizingService); resizer: IgxColumnResizerDirective; }