import { ConvertSVGPropertyVariableCallback } from "./types.js";
/**
 * Default CSS variable callbacks for SVG properties
 */
declare const defaultSVGCSSPropertyVars: Record<string, ConvertSVGPropertyVariableCallback>;
export { defaultSVGCSSPropertyVars };