import React from "react"; export interface StoreButtonProps extends React.ButtonHTMLAttributes { store: "AppStore" | "PlayStore"; link: string; inverted?: boolean; }