/** * CSS syntax overrides for css-tree's built-in definitions. * * Provides alternative syntax definitions for CSS transform functions * and legacy value types to support SVG attribute validation where * the standard CSS syntax is too strict. */ export declare const cssOverrides: Record;