export declare const TextEffectsLetterPressViewerType: "wixui.TextEffectsLetterPress"; export declare const TestIds: { readonly viewer: { readonly container: "TextEffectsLetterPress-container"; readonly text: "TextEffectsLetterPress-text"; }; }; export declare const COMPONENT_ID = "9d2a5c8f-e4b1-4f6d-b7a3-8e1c9f5d2b4a"; export declare const TEXT_TWIST_PANEL_ID = "4f36b4fa-893a-4eb2-a1b3-7c82351f063b"; export declare const DisplayNames: { readonly cssCustomProperties: { readonly shadow: "Shadow"; readonly layerBlendMode: "Blend mode"; readonly textEffectsColor1: "Color"; readonly textEffectsOpacityColor1: "opacity"; }; readonly root: { displayName: string; }; readonly data: { text: string; link: string; isDecorative: string; textDirection: string; patternScope: string; a11y: string; }; readonly cssProperties: { font: string; color: string; textLineHeight: string; letterSpacing: string; }; readonly patternCssCustomProperties: { rotationIntensity: string; offsetIntensity: string; patternPreset: string; isCapitalize: string; }; readonly textDirection: { inherit: string; ltr: string; rtl: string; }; readonly patternScope: { none: string; character: string; word: string; }; };