import { StyleOptions } from '../../types'; export interface PaddingInlineEndProps { /** * The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation. It corresponds to the `padding-top`, `padding-right`, `padding-bottom`, or `padding-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`. * * @see https://developer.mozilla.org/docs/Web/CSS/padding-inline-end */ style$PaddingInlineEnd: T; } export declare const paddingInlineEnd: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;