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