/// import type { TruncatedContentProps } from "./types"; declare function TruncateContent({ children, gradientColor, initialHeight, buttonTextColor, }: TruncatedContentProps): JSX.Element; export default TruncateContent; //# sourceMappingURL=index.d.ts.map