export declare const TextEffectsRetroViewerType: "wixui.TextEffectsRetro"; export declare const TestIds: { readonly viewer: { readonly container: "TextEffectsRetro-container"; readonly text: "TextEffectsRetro-text"; }; }; export declare const COMPONENT_ID = "2f4c7e1a-d8b3-4c5f-a9d2-6b8e3f1a7c4d"; export declare const TEXT_TWIST_PANEL_ID = "4b11b85b-e246-4c9e-a4da-8334bfeb5748"; export declare const DisplayNames: { readonly cssCustomProperties: { readonly disableInnerAnimation: "Animation"; readonly innerAnimationSpeed: "Speed"; readonly bevelAngle: "Angle"; readonly bevelDepth: "Layer size"; readonly layerCount: "Number of layers"; readonly shadowBlur: "Blur"; readonly textEffectsColor1: "Color 1"; readonly textEffectsColor2: "Color 2"; readonly textEffectsColor3: "Color 3"; readonly textEffectsColor4: "Color 4"; }; 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; }; };