import type { TimeFieldSegmentProps } from "../types.js"; declare const TimeFieldSegment: import("svelte").Component; type TimeFieldSegment = ReturnType; export default TimeFieldSegment;