import { SideObject } from '../types';
export declare const expandPaddingObject: (padding: Partial<SideObject>) => SideObject;
