import type { PublicDateInputSegmentProps } from "./types"; /** * Day segment component for the Date Input. * Handles day values from 1-31 (based on month and year). */ export declare const DateInputDay: import("@qwik.dev/core").Component;