import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
import type { TypeAheadPlugin } from '../typeAheadPluginType';
export declare const itemIsDisabled: (item: TypeAheadItem | undefined, api: ExtractInjectionAPI<TypeAheadPlugin> | undefined) => boolean;
