export declare const TranslationKeys: { readonly tvDuotone: "transparentVideo.recolorVideoPanel.coloringStyle.duotone.option"; readonly tvMonotoneDark: "transparentVideo.recolorVideoPanel.coloringStyle.darkWash.option"; readonly tvMonotoneLight: "transparentVideo.recolorVideoPanel.coloringStyle.lightWash.option"; readonly grayscale: "transparentVideo.recolorVideoPanel.coloringStyle.grayscale.option"; readonly tvHue: "transparentVideo.recolorVideoPanel.coloringStyle.hue.option"; readonly custom: "transparentVideo.recolorVideoPanel.coloringStyle.custom.option"; readonly customize: "transparentVideo.recolorVideoPanel.coloringStyle.customize.option"; readonly none: "transparentVideo.recolorVideoPanel.coloringStyle.none.option"; readonly chooseDarks: "transparentVideo.recolorVideoPanel.chooseDarks.label"; readonly chooseLights: "transparentVideo.recolorVideoPanel.chooseLights.label"; readonly chooseAColor: "transparentVideo.recolorVideoPanel.chooseAColor.label"; readonly back: "transparentVideo.recolorVideoPanel.back.button"; readonly resetToOriginalColors: "transparentVideo.recolorVideoPanel.resetToOriginalColors.button"; readonly coloringStyle: "transparentVideo.recolorVideoPanel.coloringStyle.label"; readonly brightness: "transparentVideo.recolorVideoPanel.brightness.label"; readonly contrast: "transparentVideo.recolorVideoPanel.contrast.label"; readonly hueValue: "transparentVideo.recolorVideoPanel.hueValue.label"; readonly saturation: "transparentVideo.recolorVideoPanel.saturation.label"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;