import { BorderImageRepeatPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface BorderImageRepeatProps { /** * The **`border-image-repeat`** CSS property defines how the edge regions of a source image are adjusted to fit the dimensions of an element's border image. * * @see https://developer.mozilla.org/docs/Web/CSS/border-image-repeat */ style$BorderImageRepeat: T; } export declare const borderImageRepeat: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;