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