import type { DeclarationHandler } from '../../../../types';
/**
 * Handle box-shadow declarations using CSS tree parsing
 */
export declare const handleBoxShadowDeclaration: DeclarationHandler;
