import type { ReactNode } from "react"; import type { HttpMethod } from "../../core/text/smartText"; export interface SmartTextPreviewProps { text: string; className?: string; maxLines?: number; emptyFallback?: ReactNode; } export declare function SmartTextPreview({ text, className, maxLines, emptyFallback }: SmartTextPreviewProps): import("react/jsx-runtime").JSX.Element | null; export type { HttpMethod }; //# sourceMappingURL=SmartTextPreview.d.ts.map