import * as React from 'react';
interface Props {
}
declare const ParagraphPlaceholder: React.FC<Props>;
export default ParagraphPlaceholder;
