import { Padding, SideObject } from '../types';
export declare const getSideObjectFromPadding: (padding: Padding) => SideObject;
