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