import React from 'react';
import { PlaceholderImageProps } from './type';
declare const PlaceholderImage: {
    ({ as, className, ...props }: PlaceholderImageProps): React.ReactElement<{
        className: string;
    }, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
export default PlaceholderImage;
