export declare const TextEffectsNoisyViewerType: "wixui.TextEffectsNoisy"; export declare const TestIds: { readonly viewer: { readonly container: "TextEffectsNoisy-container"; readonly text: "TextEffectsNoisy-text"; }; }; export declare const noiseIntensityConfig: { start: number; end: number; step: number; }; export declare const COMPONENT_ID = "3f9c1e82-a7d6-4b5e-8c2a-9d4f6e3b7a1c"; export declare const TEXT_TWIST_PANEL_ID = "0bba51ec-ca53-4662-acf6-ea71ffbb4f55"; export declare const DisplayNames: { readonly cssCustomProperties: { readonly textEffectsColor1: "Color"; readonly squigglyLevel: "Noise intensity"; }; 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; }; };