import type { PublicDateInputSegmentProps } from "./types"; /** * Year segment component for the Date Input. * Handles 4-digit year values. */ export declare const DateInputYear: import("@qwik.dev/core").Component;