import { Declaration } from 'postcss';
export declare function directionReplacer(decl: Declaration): Declaration;
export declare function underlineFontHackSupport(decl: Declaration): Declaration;
