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