import { SizeValue } from '../types'; export declare function processSizeValue(value: SizeValue): "auto" | "fit-content" | `${number}px` | "100%";