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