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