declare const useTruncateContent: () => { isTruncated: boolean; toggleTruncated: () => void; }; export default useTruncateContent;