export declare const COMPONENT_ID = "edce3e51-3d93-4b6a-abd5-778f5071b73d"; export declare const TEXT_TWIST_PANEL_ID = "8ec92f08-c639-4240-8408-1aaaedbc5712"; export declare const TextEffectsShookViewerType: "wixui.TextEffectsShook"; export declare const TestIds: { readonly container: "text-effects-shook-container"; readonly layer: "text-effects-shook-layer"; readonly text: "text-effects-shook-text"; readonly viewer: { readonly container: "text-effects-shook-container"; readonly layer: "text-effects-shook-layer"; readonly text: "text-effects-shook-text"; }; }; export declare const dataHooks: { design: { borderColorSelect: string; borderWidthSlider: string; bevelAngleInput: string; layerSpacingInput: string; }; }; export declare const DisplayNames: { cssCustomProperties: { strokeWidth: string; stroke: string; bevelAngle: string; layerCount: string; layerSpacing: string; textEffectsColor1: string; textEffectsColor2: string; textEffectsColor3: string; textEffectsColor4: string; textEffectsColor5: string; }; root: { displayName: string; }; data: { text: string; link: string; isDecorative: string; textDirection: string; patternScope: string; a11y: string; }; cssProperties: { font: string; color: string; textLineHeight: string; letterSpacing: string; }; patternCssCustomProperties: { rotationIntensity: string; offsetIntensity: string; patternPreset: string; isCapitalize: string; }; textDirection: { inherit: string; ltr: string; rtl: string; }; patternScope: { none: string; character: string; word: string; }; };