export declare const TextEffectsStickerViewerType: "wixui.TextEffectsSticker"; export declare const TestIds: { readonly viewer: { readonly container: "TextEffectsSticker-container"; readonly text: "TextEffectsSticker-text"; }; }; export declare const COMPONENT_ID = "5a8d2f7c-e1b3-4c9a-8d6e-2f4b7a9c1e3d"; export declare const TEXT_TWIST_PANEL_ID = "c5f84f6c-3d1f-4287-af95-800fc31b581e"; export declare const DisplayNames: { readonly cssCustomProperties: { readonly fill: "Color"; readonly fillOpacity: "opacity"; readonly strokeWidth: "width"; readonly stroke: "Color"; readonly outerStrokeAngle: "Angle"; readonly outerStrokeDistance: "Distance"; readonly shadowColor: "Color"; readonly shadowOpacity: "Opacity"; readonly shadowAngle: "Angle"; readonly shadowBlur: "Blur"; readonly shadowDistance: "Distance"; }; 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; }; };