import { default as React } from 'react';
export interface ImagePlaceholderProps extends React.ImgHTMLAttributes<HTMLImageElement> {
    rounded?: boolean;
}
export declare const ImagePlaceholder: React.FC<ImagePlaceholderProps>;
export default ImagePlaceholder;
