import { BorderImageWidthProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface BorderImageWidthProps { /** * The **`border-image-width`** CSS property sets the width of an element's border image. * * @see https://developer.mozilla.org/docs/Web/CSS/border-image-width */ style$BorderImageWidth: T; } export declare const borderImageWidth: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;