import { View } from "../_ui"; export declare class Text extends View { text: string; options?: {}; constructor(text: string, oprions?: {}); }