import { IgcGridToolbarActionsComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js';
/**
 * Provides a way to template the action portion of the toolbar in the grid.
 */
export declare const IgrGridToolbarActions: import("../react-props.js").ReactWebComponent<Component, {}, {}>;
export type IgrGridToolbarActions = Component;
/** @deprecated Module register is no longer needed and can be removed */
export declare const IgrGridToolbarActionsModule: typeof Component;
