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