import { StyleOptions } from '../../types'; export interface MaskCompositeProps { /** * The **`mask-composite`** CSS property represents a compositing operation used on the current mask layer with the mask layers below it. * * @see https://developer.mozilla.org/docs/Web/CSS/mask-composite */ style$MaskComposite: T; } export declare const maskComposite: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;