import { UMDElement } from '../../../_types'; interface Asset { element: HTMLImageElement | HTMLAnchorElement; isAspectStandard?: boolean; isScaled?: boolean; isGifAllowed?: boolean; imageLoading?: 'lazy' | 'eager' | 'auto'; imageFetchPriority?: 'high' | 'low' | 'auto'; } interface Props extends Asset { dateSign?: UMDElement; isShowCaption?: boolean; customStyles?: Record; } export declare const createImageBackground: (props: Props) => import('../../../../builder/dist/index.d.ts').ElementModel; export {}; //# sourceMappingURL=background.d.ts.map