import { StyleOptions } from '../../types'; export interface MarginBlockEndProps { /** * The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. * * @see https://developer.mozilla.org/docs/Web/CSS/margin-block-end */ style$MarginBlockEnd: T; } export declare const marginBlockEnd: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;