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