export declare const COMPONENT_ID = "d578a270-a696-4e0f-a876-bd47dc8c62b3"; export declare const TEXT_TWIST_PANEL_ID = "279c908d-b75f-4111-bbf1-7745ec173bc0"; export declare const TextEffectsGlassViewerType: "wixui.TextEffectsGlass"; export declare const TestIds: { readonly container: "text-effects-glass-container"; readonly text: "text-effects-glass-text"; readonly viewer: { readonly container: "TextEffectsGlass-container"; readonly text: "TextEffectsGlass-text"; }; }; export declare const blurConfig: { start: number; end: number; step: number; }; export declare const DisplayNames: { cssCustomProperties: { textColor: string; stroke: string; strokeWidth: string; shadowBlur: string; shadowColor: string; }; root: { displayName: string; }; data: { text: string; link: string; isDecorative: string; textDirection: string; patternScope: string; a11y: string; }; cssProperties: { font: string; color: string; textLineHeight: string; letterSpacing: string; }; patternCssCustomProperties: { rotationIntensity: string; offsetIntensity: string; patternPreset: string; isCapitalize: string; }; textDirection: { inherit: string; ltr: string; rtl: string; }; patternScope: { none: string; character: string; word: string; }; };