declare function stripTags(text: string): string;
export default stripTags;
