import { StyleOptions } from '../../types'; export interface BorderInlineStartProps { /** * The **`border-inline-start`** CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet. * * @see https://developer.mozilla.org/docs/Web/CSS/border-inline-start */ style$BorderInlineStart: T; } export declare const borderInlineStart: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;