import type { PublicDateInputSegmentProps } from "./types"; /** * Month segment component for the Date Input. * Handles month values from 1-12. */ export declare const DateInputMonth: import("@qwik.dev/core").Component;