import React from 'react';
import { PlaceholderParagraphProps } from './type';
declare const PlaceholderParagraph: {
    ({ as, className, content, children, ...props }: PlaceholderParagraphProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
export default PlaceholderParagraph;
