import { StyleOptions } from '../../types'; export interface BorderLeftStyleProps { /** * The **`border-left-style`** CSS property sets the line style of an element's left `border`. * * @see https://developer.mozilla.org/docs/Web/CSS/border-left-style */ style$BorderLeftStyle: T; } export declare const borderLeftStyle: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;