import type { InAppMessageLayout } from '@aws-amplify/ui-react-core-notifications'; import type { ImageDimensions, ImageLoadingState } from './types'; export declare const prefetchNetworkImage: (url: string) => Promise; export declare const getLayoutImageDimensions: (imageHeight: number, imageWidth: number, layout: InAppMessageLayout) => ImageDimensions;