/** * Strip HTML tags from a source text. */ export declare function stripTags(value: any): string;