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