/**
 * Definition of border radius.
 */
export type BorderRadius = 'none' | 'medium' | 'full' | undefined;
//# sourceMappingURL=utils.d.mts.map