import { MarginProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface MarginProps { /** * The **`margin`** CSS property sets the margin area on all four sides of an element. It is a shorthand for `margin-top`, `margin-right`, `margin-bottom`, and `margin-left`. * * @see https://developer.mozilla.org/docs/Web/CSS/margin */ style$Margin: T; } export declare const margin: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;