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