@codecademy/gamut

68.3.068.3.1-alpha.a2040c.0
dist/DatePicker/DatePickerInput/Segment/elements.d.ts
+dist/DatePicker/DatePickerInput/Segment/elements.d.tsNew file
+12
Index: package/dist/DatePicker/DatePickerInput/Segment/elements.d.ts
===================================================================
--- package/dist/DatePicker/DatePickerInput/Segment/elements.d.ts
+++ package/dist/DatePicker/DatePickerInput/Segment/elements.d.ts
@@ -0,0 +1,12 @@
+export declare const Segment: import("@emotion/styled").StyledComponent<{
+    theme?: import("@emotion/react").Theme;
+    as?: React.ElementType;
+} & Partial<Record<"isEmpty" | "isYear", boolean>> & {
+    theme?: import("@emotion/react").Theme;
+}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
+export declare const SegmentLiteral: import("@emotion/styled").StyledComponent<{
+    theme?: import("@emotion/react").Theme;
+    as?: React.ElementType;
+} & {
+    theme?: import("@emotion/react").Theme;
+}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;