import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgLocationSearching: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgLocationSearching; //# sourceMappingURL=LocationSearching.d.ts.map