import { TextFly, TextFlyProperties } from './TextFly'; export declare class TextFlyInLetterByLetter extends TextFly { constructor(properties?: TextFlyProperties); }