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