import { ColorsFromAssets, ImagesForEnvironment } from ".";
export declare const getSplash: (images: ImagesForEnvironment, colors: ColorsFromAssets) => {
    image: string;
    backgroundColor: string;
    resizeMode?: "cover" | "contain";
};
export declare const getAppIcon: (images: ImagesForEnvironment) => string;
export declare const getAppBackgroundColor: (colors: ColorsFromAssets) => string;
