export declare function hasPadding(style?: Record): boolean; export declare function toDimensionValue(value: number | string | undefined, defaultValue?: string): string;