import { CSSObject } from '@emotion/react'; import { EffectSettings } from '../../types'; export declare const getTextEffectStyle: (effect: string, settings: EffectSettings, textColor: string, fontSize: number) => CSSObject;