import { StyleOptions } from '../../types'; export interface MaskImageProps { /** * The **`mask-image`** CSS property sets the image that is used as mask layer for an element. * * @see https://developer.mozilla.org/docs/Web/CSS/mask-image */ style$MaskImage: T; } export declare const maskImage: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;