type StoreType = "web" | "ios" | "android"; export type StoreButtonProps = Readonly<{ className?: string; store: StoreType; params?: string; lang?: string; title?: string; onClick?: () => void; links?: Record; }>; export declare const StoreButton: ({ store, params, className, lang, title, onClick, links, }: StoreButtonProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=StoreButton.d.ts.map