export declare class Text { text: string; constructor(text: string); }