import { MixBlendModePropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface MixBlendModeProps { /** * The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background. * * @see https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode */ style$MixBlendMode: T; } export declare const mixBlendMode: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;