import { StyleOptions } from '../../types'; export interface ShapeImageThresholdProps { /** * The **`shape-image-threshold`** CSS property sets the alpha channel threshold used to extract the shape using an image as the value for `shape-outside`. * * @see https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold */ style$ShapeImageThreshold: T; } export declare const shapeImageThreshold: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;