export declare const TextEffectsNeonSignViewerType: "wixui.TextEffectsNeonSign"; export declare const TestIds: { readonly viewer: { readonly container: "TextEffectsNeonSign-container"; readonly text: "TextEffectsNeonSign-text"; }; }; export declare const COMPONENT_ID = "8c1f4b9e-d3a7-4e2c-a5b8-7d9f1e6c4a2b"; export declare const TEXT_TWIST_PANEL_ID = "37855762-0e6d-4818-85ed-73c9a844825f"; export declare const DisplayNames: { readonly cssCustomProperties: { readonly textColor: "Color"; readonly shadowColor: "Color"; readonly shadowOpacity: "Opacity"; readonly shadowBlur: "Blur"; readonly innerAnimationSpeed: "Speed"; readonly disableInnerAnimation: "Animation"; }; 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; }; };