export declare const TextEffectsStripedViewerType: "wixui.TextEffectsStriped"; export declare const TestIds: { readonly viewer: { readonly container: "TextEffectsStriped-container"; readonly text: "TextEffectsStriped-text"; }; }; export declare const angleConfig: { start: number; end: number; step: number; }; export declare const DisplayNames: { readonly cssCustomProperties: { readonly stripeAngle: "Angle"; readonly stripeSize: "Size"; readonly innerAnimationSpeed: "Speed"; readonly disableInnerAnimation: "Animation"; readonly textEffectsColor1: "Color 1"; readonly textEffectsColor2: "Color 2"; }; 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; }; };