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