import type { AllowDeny } from '../types/widget.js'; export declare const isItemAllowed: (itemId: T, items?: AllowDeny) => boolean;