export declare const segmentWrapper = "relative z-[5] box-border h-12 w-full rounded-[10px] bg-gray-50 p-1"; export declare const segmentLabelWrapper = "absolute box-border h-10 w-[calc(100%-8px)]"; export declare const segmentLabelBase = "z-[2] h-10 cursor-pointer text-center leading-10 typo-h6 font-bold transition-all duration-[400ms] ease-[cubic-bezier(0,0,0.58,1)]"; export declare const segmentPill = "absolute z-[-10] inline-block h-10 rounded-[8px] bg-white shadow-[0px_2px_4px_rgba(208,208,208,0.5)] transition-[left] duration-[400ms] ease-[cubic-bezier(0,0,0.58,1)]"; //# sourceMappingURL=segment.styles.d.ts.map