import { StyleOptions } from '../../types'; export interface BorderInlineProps { /** * The **`border-inline`** CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet. * * @see https://developer.mozilla.org/docs/Web/CSS/border-inline */ style$BorderInline: T; } export declare const borderInline: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;