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