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