/** Contains some text */ export declare class TextBaseModel { _: 'text'; /** Text */ text: string; }