import { WebGridActionsBaseDirectiveDescription } from "./WebGridActionsBaseDirectiveDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridPinningActionsDescription extends WebGridActionsBaseDirectiveDescription { static $t: Type; protected get_type(): string; constructor(); }