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