import type { DeclarationHandler } from '../../../../types';
/**
 * Handle density/sizing declarations using CSS tree parsing
 * Supports shorthand properties like padding, margin, etc.
 * Uses css-tree for reliable AST-based parsing
 */
export declare const handleDensityDeclaration: DeclarationHandler;
