/** * Generates normalized clip paths from SVG path data. * @param {string[]} paths The SVG path data to convert to normalized clip paths. * @param {number} maxPoints The maximum number of points to which to normalize paths. * @returns {string[]} The normalized clip paths. */ export declare function generateClipPaths(paths: string[], maxPoints: number): string[]; //# sourceMappingURL=generateClipPaths.d.ts.map