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