import { h } from 'preact'; interface TruncatedTextProps { text: string; maxWords?: number; className?: string; documentId: string; } export declare const TruncatedText: ({ text, maxWords, className, documentId, }: TruncatedTextProps) => h.JSX.Element; export {}; //# sourceMappingURL=truncated-text.d.ts.map