import { ConnectedPositioningStrategy } from '../services'; import { PositionSettings } from '../services/overlay/utilities'; export declare class IgxGridBodyDirective { } /** * @hidden */ export interface RowEditPositionSettings extends PositionSettings { container?: HTMLElement; } /** * @hidden */ export declare class RowEditPositionStrategy extends ConnectedPositioningStrategy { isTop: boolean; isTopInitialPosition: any; settings: RowEditPositionSettings; position(contentElement: HTMLElement, size: { width: number; height: number; }, document?: Document, initialCall?: boolean): void; }