import * as React from 'react'; interface IPlaceholderParagraphProps { /** @ignore */ className?: string; /** @ignore */ children?: React.ReactNode; } declare const PlaceholderParagraph: (props: IPlaceholderParagraphProps) => JSX.Element; export { PlaceholderParagraph, IPlaceholderParagraphProps };