import { StyleOptions } from '../../types'; export interface BackgroundBlendModeProps { /** * The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color. * * @see https://developer.mozilla.org/docs/Web/CSS/background-blend-mode */ style$BackgroundBlendMode: T; } export declare const backgroundBlendMode: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;