/// <reference types="react" />
import type { Props } from "./types";
declare const ButtonMobileStore: ({ type, lang, href, onClick, dataTest, id, alt, stopPropagation, }: Props) => JSX.Element;
export default ButtonMobileStore;
