import { IgcGridEditingActionsComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js';
/**
 * Grid Editing Actions for the Action Strip
 */
export declare const IgrGridEditingActions: import("../react-props.js").ReactWebComponent<Component, {}, {}>;
export type IgrGridEditingActions = Component;
/** @deprecated Module register is no longer needed and can be removed */
export declare const IgrGridEditingActionsModule: typeof Component;
