import { FC } from "react"; import { StoreButtonProps } from "./StoreButton.types"; declare const StoreButton: FC; export default StoreButton;