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