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