/**
 * This file is generated. Do not edit.
 * Generated on Mon Apr 07 2025 9:44:53 PM
 */
import type { SpaceToken } from '../../types/tokens';
import type { ValueOrResponsive } from '../../utilities/opaque-responsive';
export interface PaddingBottomBundle {
    paddingBottom: ValueOrResponsive<SpaceToken>;
}
export declare function classNameForPaddingBottom({ paddingBottom }: PaddingBottomBundle): string;
