import { StyleOptions } from '../../types'; export interface MarginLeftProps { /** * The **`margin-left`** CSS property sets the margin area on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer. * * @see https://developer.mozilla.org/docs/Web/CSS/margin-left */ style$MarginLeft: T; } export declare const marginLeft: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;