import type React from 'react'; import { type PaddingType } from '@alfalab/core-components-types'; export declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;