import type { IPadding } from '../../typings';
export declare function transformPadding(padding: number | IPadding): number | number[];
