import { PaddingProps } from 'victory-core';
/**
 * Helper function to return padding style properties
 * @private
 */
export declare const getPaddingForSide: (side: 'bottom' | 'left' | 'right' | 'top', padding: PaddingProps, fallback: PaddingProps) => number;
//# sourceMappingURL=chart-padding.d.ts.map