import { IgcActionStripComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js'; /** * Action Strip provides templatable area for one or more actions. * @class */ export declare const IgrActionStrip: import("../react-props.js").ReactWebComponent; export type IgrActionStrip = Component; /** @deprecated Module register is no longer needed and can be removed */ export declare const IgrActionStripModule: typeof Component;