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