import { ButtonLangs, StoreBrand } from "../AppStoreButton.types-5b2718ce";
declare const getImgProps: (store: StoreBrand, lang: ButtonLangs, theme: 'default' | 'alt') => {
    alt: string;
    src: any;
} | undefined;
export { getImgProps };
