import { StartupImage, Icon } from '../WebpackPWAManifestPlugin.types';
export declare function fromStartupImage({ src, resizeMode, destination, color }: Icon): StartupImage[];