import React from "react"; import type { TruncatedContentProps } from "./types"; declare function TruncateContent({ children, gradientColor, initialHeight, buttonTextColor, }: TruncatedContentProps): React.JSX.Element; export default TruncateContent;