import React from 'react'; interface PastedContentProps { content: string; lineCount: number; } export declare const PastedContent: React.FC; export {}; //# sourceMappingURL=PastedContent.d.ts.map