import { default as React } from 'react';
export interface MapPlaceholderProps {
    src: string;
    width?: string;
    height?: string;
}
export declare const MapPlaceholder: React.FC<MapPlaceholderProps>;
export default MapPlaceholder;
