import { StyleOptions } from '../../types'; export interface MarginTopProps { /** * The **`margin-top`** CSS property sets the margin area on the top 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-top */ style$MarginTop: T; } export declare const marginTop: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;