import { CSSProperties } from "react";

//#region src/utils/smoothCorners.d.ts
/**
 * Predefined smooth corners masks for common corner values
 */
declare const SMOOTH_CORNER_MASKS: {
  readonly circle: string;
  readonly ios: string;
  readonly sharp: string;
  readonly smooth: string;
  readonly square: string;
  readonly squircle: string;
};
//#endregion
export { SMOOTH_CORNER_MASKS };
//# sourceMappingURL=smoothCorners.d.mts.map