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