import { SoupElement } from "./SoupElement"; export declare class SoupString extends SoupElement { constructor(text: string, parent?: any, previousElement?: any, nextElement?: any); }