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