export declare const getCrossPath: ({ width, height, roundedCorners, }: { width: number; height: number; roundedCorners: number; }) => string; //# sourceMappingURL=getCrossPath.d.ts.map