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