import React from 'react'; import { DivProps } from 'react-html-props'; export interface PlaceholderTextBodyProps extends DivProps { } export declare const PlaceholderTextBody: ({ ...divProps }: PlaceholderTextBodyProps) => React.JSX.Element;