import { TextWave, TextWaveProperties } from './TextWave'; export declare class TextWaveInLetterByLetter extends TextWave { constructor(properties?: TextWaveProperties); }