import type { DeclarationHandler } from '../../../../types';
/**
 * Handle font declarations including shorthand property
 * Uses css-tree for reliable AST-based parsing
 */
export declare const handleFontDeclaration: DeclarationHandler;
