import { ScrollMarginBlockProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface ScrollMarginBlockProps { /** * The `scroll-margin-block` property is a shorthand property which sets the scroll-margin longhands in the block dimension. * * @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block */ style$ScrollMarginBlock: T; } export declare const scrollMarginBlock: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;