/** * Fix clip path not work correctly on browser * @param number */ export declare const normalizeNumber: (number: number) => number;