/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ export declare const GridPinDropdownButton: import('vue').DefineComponent; }>, { anchor: string; showPopup: import('vue').Ref; hrefValue: string; isPinned: import('vue').ComputedRef; pinToTopText: import('vue').ComputedRef; unpinText: import('vue').ComputedRef; menuItems: import('vue').ComputedRef; handleToggle: (e: MouseEvent) => void; handleClose: (e: any) => void; handleMenuSelect: (event: any) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;