import React from 'react';
type IconProps = {
    className?: string;
    color?: string;
};
export declare const ClearIcon: ({ className, color }: IconProps) => React.JSX.Element;
export declare const CloseIcon: ({ className, color }: IconProps) => React.JSX.Element;
export declare const PinIcon: ({ className, color }: IconProps) => React.JSX.Element;
export declare const GetLocationIcon: ({ className, color }: IconProps) => React.JSX.Element;
export declare const MagnifierIcon: ({ className, color }: IconProps) => React.JSX.Element;
export declare const DefaultThumbnailAny: ({ width, height, }: {
    width?: number;
    height?: number;
}) => React.JSX.Element;
export declare const DefaultThumbnailDoctor: ({ width, height, }: {
    width?: number;
    height?: number;
}) => React.JSX.Element;
export declare const DefaultThumbnailService: ({ width, height, }: {
    width?: number;
    height?: number;
}) => React.JSX.Element;
export {};
