import { BorderSpacingProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface BorderSpacingProps { /** * The **`border-spacing`** CSS property sets the distance between the borders of adjacent `` cells. This property applies only when `border-collapse` is `separate`. * * @see https://developer.mozilla.org/docs/Web/CSS/border-spacing */ style$BorderSpacing: T; } export declare const borderSpacing: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;