import type { SideObject } from '../types/types'; export default function mergePaddingObject(paddingObject: Partial): SideObject;