export declare const TextEffectsOutlineOutViewerType: "wixui.TextEffectsOutlineOut"; export declare const TestIds: { readonly viewer: { readonly container: "TextEffectsOutlineOut-container"; readonly text: "TextEffectsOutlineOut-text"; }; }; export declare const angleConfig: { start: number; end: number; step: number; }; export declare const COMPONENT_ID = "6b9e3a8d-f2c4-4d7b-9e1a-3c5f8b2d6a4e"; export declare const TEXT_TWIST_PANEL_ID = "44be09da-8986-4aec-8a43-545549885828"; export declare const DisplayNames: { readonly cssCustomProperties: { readonly textEffectsColor1: "Color 1"; readonly textEffectsColor2: "Color 2"; readonly bevelAngle: "Bevel angle"; readonly layerBlendMode: "Blend mode"; }; 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; }; };