import type { Declaration } from 'postcss'; export declare function transformAxes(declaration: Declaration, isHorizontal: boolean): void;