import React from 'react';
import { TextProps } from './types';
export declare const ShadowText: ({ font, italic, padding, rotationEffect, fontWeight, bold, scaleEffect, border, frame, style, children, fontSize, }: TextProps) => React.JSX.Element;
