import { MarginInterface } from '../../types'; export declare const marginDecorator: ({ m, mt, mr, mb, ml, mx, my, }: MarginInterface) => string;