import { LazyItem } from '../types/lazy-item.types.js'; import { ComputedProps } from '../types/props.types.js'; export declare const computePadding: (item: LazyItem, props: ComputedProps, directive: string, input: string | number) => void;