export declare const TranslationKeys: { readonly scopeNoTwist: "textEffects.textTwistPanel.mode.none.option"; readonly scopeLetter: "textEffects.textTwistPanel.mode.perLetter.option"; readonly scopeWord: "textEffects.textTwistPanel.mode.perWord.option"; readonly twistSettings: "textEffects.textTwistPanel.twistSettings.title"; readonly rotationAngle: "textEffects.textTwistPanel.rotation.sliderLabel"; readonly heightVariation: "textEffects.textTwistPanel.offset.sliderLabel"; readonly patternPreset: "textEffects.textTwistPanel.patternPreset.label"; readonly patternPresetPlaceholder: "textEffects.textTwistPanel.pattern.dropdownLabel"; readonly presetFridgeMagnet: "textEffects.textTwistPanel.pattern.dropdown.collage"; readonly presetWave: "textEffects.textTwistPanel.pattern.dropdown.wave"; readonly presetBounce: "textEffects.textTwistPanel.pattern.dropdown.bounce"; readonly rotationPattern: "textEffects.textTwistPanel.rotationPattern.label"; readonly offsetPattern: "textEffects.textTwistPanel.offsetPattern.label"; readonly customPatternInfo: "textEffects.textTwistPanel.rotationPattern.helperText"; readonly rotateTooltip: "textEffects.textTwistPanel.rotationPattern.tooltip"; readonly offsetTooltip: "textEffects.textTwistPanel.offsetPattern.tooltip"; readonly customizeTooltip: "textEffects.textTwistPanel.advancedPattern.labelOnHover"; readonly maxValuesValidation: "textEffects.textTwistPanel.rotationAndOffsetPattern.maxValues.validation"; readonly invalidCharacterValidation: "textEffects.textTwistPanel.rotationAndOffsetPattern.invalidCharacter.validation"; readonly rotateRangeValidation: "textEffects.textTwistPanel.rotationPattern.range.validation"; readonly offsetRangeValidation: "textEffects.textTwistPanel.offsetPattern.range.validation"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;