import { FC } from 'react'; type StoreButtonsTypes = { store: "apple" | "google"; }; declare const AppStores: FC; export { AppStores };