import { StyleOptions } from '../../types'; export interface BorderRightColorProps { /** * The **`border-right-color`** CSS property sets the color of an element's right border. It can also be set with the shorthand CSS properties `border-color` or `border-right`. * * @see https://developer.mozilla.org/docs/Web/CSS/border-right-color */ style$BorderRightColor: T; } export declare const borderRightColor: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;