import { IconProps } from '../Icon'; declare function SvgStore(props: IconProps): JSX.Element; export default SvgStore;