export declare const TextEffectsGlitchViewerType: "wixui.TextEffectsGlitch"; export declare const TestIds: { readonly viewer: { readonly container: "TextEffectsGlitch-container"; readonly text: "TextEffectsGlitch-text"; }; }; export declare const COMPONENT_ID = "1e3b6d9a-f5c2-4a8e-9c4b-2d7f8a1e5c3b"; export declare const TEXT_TWIST_PANEL_ID = "dde110d1-a3b1-4ba3-91d1-7c2face79c7b"; export declare const DisplayNames: { readonly cssCustomProperties: { readonly textEffectsColor1: "Color 1"; readonly textEffectsColor2: "Color 2"; readonly textEffectsColor3: "Color 3"; readonly layerAngle: "Angle"; readonly layerDistance: "Space between layers"; readonly shadowBlur: "Blur"; readonly disableInnerAnimation: "Animation"; readonly innerAnimationSpeed: "Speed"; }; 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; }; };