/** * Removes HTML tags from a string or React node. * @param value The value to strip tags from. * @returns The value with HTML tags removed. */ export declare function stripTags(value: unknown): string;