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