import ItemLabelPlugin from './Plugin';
export { ItemLabelPlugin };
export default ItemLabelPlugin;
export declare const itemLabelPluginServerParams: {
    name: string;
    version: number;
};
export type { ItemLabelPluginParametersType, ItemLabelPluginData, ItemLabelPluginExportReturnsType } from './typings';
export { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE } from './typings';
