import { ScrollMarginProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface ScrollMarginProps { /** * The **`scroll-margin`** property is a shorthand property which sets all of the `scroll-margin` longhands, assigning values much like the `margin` property does for the `margin-*` longhands. * * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin */ style$ScrollMargin: T; } export declare const scrollMargin: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;