/// import { BaseIconProps } from '../../types'; declare function SvgLocation({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgLocation;