import { WebTheme } from '../../../shared/types/base-theme-types';
import { ImageStyleFromProps } from '../../../shared/types/img-style-props';
export declare const getStyleForImgPropsForWeb: ({ backgroundColorFromTheme, maxWidth, borderBottomRightRadius, borderColorFromTheme, borderTopRightRadius, maxHeight, height, theme, width, borderRadius, borderWidth, borderBottomLeftRadius, borderTopLeftRadius, debug, }: ImageStyleFromProps<WebTheme, number | string>) => string;
