import { IIcon } from '../interfaces.js';
export declare function PinIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function PinInverseIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function PinNoBgIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
