export declare const handleUnitlessString: (value: string) => string; export declare const handleValue: (value?: string | number | undefined) => string | undefined; export declare const handleShorthandValue: (value?: string | number | undefined) => { top: string | undefined; right: string | undefined; left: string | undefined; bottom: string | undefined; };