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