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