import { BorderImageOutsetProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface BorderImageOutsetProps { /** * The **`border-image-outset`** CSS property sets the distance by which an element's border image is set out from its border box. * * @see https://developer.mozilla.org/docs/Web/CSS/border-image-outset */ style$BorderImageOutset: T; } export declare const borderImageOutset: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;