import { Margin } from './types'; export default function mergeMargin(margin1?: Partial, margin2?: Partial, mode?: 'expand' | 'shrink'): { bottom: number; left: number; right: number; top: number; }; //# sourceMappingURL=mergeMargin.d.ts.map