import type { ItemExpandedType } from '../ComponentsTypes'; export declare const ItemPinnedButton: ({ shouldShowPinnedButton, isItemPinned, pinTooltipLocale, isPinDisabled, id, active, onClickPinUnpin, }: Pick) => import("react").JSX.Element | null; //# sourceMappingURL=PinnedButton.d.ts.map