import { StyleOptions } from '../../types'; export interface BorderEndStartRadiusProps { /** * The **`border-end-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. * * @see https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius */ style$BorderEndStartRadius: T; } export declare const borderEndStartRadius: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;