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