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