/// <reference types="react" />
import { SvgProps } from "react-native-svg";
import { IconProps } from "../../types";
export default function StoreIcon(props: SvgProps & IconProps): JSX.Element;
