import { StyleOptions } from '../../types'; export interface LeftProps { /** * The **`left`** CSS property participates in specifying the horizontal position of a _positioned element_. It has no effect on non-positioned elements. * * @see https://developer.mozilla.org/docs/Web/CSS/left */ style$Left: T; } export declare const left: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;