import { IAngleUnit } from './transform/styleFormat/ITransformStyleFormat'; export declare function convertAngle(from: IAngleUnit, to: IAngleUnit, value: number): number;