import { ButtonConfiguration, CfContextMenuItemFull, TranslationType } from "../interfaces"; export declare const CF_CONTEXTMENU_ITEM_FULL_DEFAULT: CfContextMenuItemFull; export declare const DIALOG_TRANSLATIONS_HU: TranslationType; export declare const DIALOG_TRANSLATIONS_EN: TranslationType; export declare const BUTTON_CONFIGURATION_YES: ButtonConfiguration; export declare const BUTTON_CONFIGURATION_NO: ButtonConfiguration; export declare const BUTTON_CONFIGURATION_CANCEL: ButtonConfiguration;